Class Deflation

    • Constructor Detail

      • Deflation

        public Deflation()
    • Method Detail

      • unwrap

        public Hessian2Input unwrap​(Hessian2Input in)
                             throws java.io.IOException
        Description copied from class: HessianEnvelope
        Unwrap the Hessian input stream with this envelope. It is an error if the actual envelope does not match the expected envelope class.
        Specified by:
        unwrap in class HessianEnvelope
        Throws:
        java.io.IOException
      • unwrapHeaders

        public Hessian2Input unwrapHeaders​(Hessian2Input in)
                                    throws java.io.IOException
        Description copied from class: HessianEnvelope
        Unwrap the envelope after having read the envelope code ('E') and the envelope method. Called by the EnvelopeFactory for dynamic reading of the envelopes.
        Specified by:
        unwrapHeaders in class HessianEnvelope
        Throws:
        java.io.IOException