类 HessianEnvelope

    • 构造器详细资料

      • HessianEnvelope

        public HessianEnvelope()
    • 方法详细资料

      • unwrap

        public abstract Hessian2Input unwrap​(Hessian2Input in)
                                      throws 
        Unwrap the Hessian input stream with this envelope. It is an error if the actual envelope does not match the expected envelope class.
        抛出:
      • unwrapHeaders

        public abstract Hessian2Input unwrapHeaders​(Hessian2Input in)
                                             throws 
        Unwrap the envelope after having read the envelope code ('E') and the envelope method. Called by the EnvelopeFactory for dynamic reading of the envelopes.
        抛出: