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 java.io.IOException
HessianEnvelopewrap in class HessianEnvelopejava.io.IOExceptionpublic Hessian2Input unwrap(Hessian2Input in) throws java.io.IOException
HessianEnvelopeunwrap in class HessianEnvelopejava.io.IOExceptionpublic Hessian2Input unwrapHeaders(Hessian2Input in) throws java.io.IOException
HessianEnvelopeunwrapHeaders in class HessianEnvelopejava.io.IOException