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
HessianEnvelope
wrap
in class HessianEnvelope
java.io.IOException
public Hessian2Input unwrap(Hessian2Input in) throws java.io.IOException
HessianEnvelope
unwrap
in class HessianEnvelope
java.io.IOException
public Hessian2Input unwrapHeaders(Hessian2Input in) throws java.io.IOException
HessianEnvelope
unwrapHeaders
in class HessianEnvelope
java.io.IOException