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
HessianEnvelope
wrap
in class HessianEnvelope
IOException
public Hessian2Input unwrap(Hessian2Input in) throws IOException
HessianEnvelope
unwrap
in class HessianEnvelope
IOException
public Hessian2Input unwrapHeaders(Hessian2Input in) throws IOException
HessianEnvelope
unwrapHeaders
in class HessianEnvelope
IOException
Copyright © 2023. All rights reserved.