public class Deflation extends HessianEnvelope
| Constructor and Description |
|---|
Deflation() |
| Modifier and Type | Method and Description |
|---|---|
Hessian2Input |
unwrap(Hessian2Input in)
Unwrap the Hessian input stream with this envelope.
|
Hessian2Input |
unwrapHeaders(Hessian2Input in)
Unwrap the envelope after having read the envelope code ('E') and
the envelope method.
|
Hessian2Output |
wrap(Hessian2Output out)
Wrap the Hessian output stream in an envelope.
|
public Hessian2Output wrap(Hessian2Output out) throws IOException
HessianEnvelopewrap in class HessianEnvelopeIOExceptionpublic Hessian2Input unwrap(Hessian2Input in) throws IOException
HessianEnvelopeunwrap in class HessianEnvelopeIOExceptionpublic Hessian2Input unwrapHeaders(Hessian2Input in) throws IOException
HessianEnvelopeunwrapHeaders in class HessianEnvelopeIOExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.