Package com.caucho.hessian.io
Class Deflation
java.lang.Object
com.caucho.hessian.io.HessianEnvelope
com.caucho.hessian.io.Deflation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionunwrap(Hessian2Input in) Unwrap the Hessian input stream with this envelope.Unwrap the envelope after having read the envelope code ('E') and the envelope method.wrap(Hessian2Output out) Wrap the Hessian output stream in an envelope.
-
Constructor Details
-
Deflation
public Deflation()
-
-
Method Details
-
wrap
Description copied from class:HessianEnvelopeWrap the Hessian output stream in an envelope.- Specified by:
wrapin classHessianEnvelope- Throws:
IOException
-
unwrap
Description copied from class:HessianEnvelopeUnwrap the Hessian input stream with this envelope. It is an error if the actual envelope does not match the expected envelope class.- Specified by:
unwrapin classHessianEnvelope- Throws:
IOException
-
unwrapHeaders
Description copied from class:HessianEnvelopeUnwrap 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:
unwrapHeadersin classHessianEnvelope- Throws:
IOException
-