public abstract class HessianEnvelope
extends java.lang.Object
Constructor and Description |
---|
HessianEnvelope() |
Modifier and Type | Method and Description |
---|---|
abstract Hessian2Input |
unwrap(Hessian2Input in)
Unwrap the Hessian input stream with this envelope.
|
abstract Hessian2Input |
unwrapHeaders(Hessian2Input in)
Unwrap the envelope after having read the envelope code ('E') and
the envelope method.
|
abstract Hessian2Output |
wrap(Hessian2Output out)
Wrap the Hessian output stream in an envelope.
|
public abstract Hessian2Output wrap(Hessian2Output out) throws java.io.IOException
java.io.IOException
public abstract Hessian2Input unwrap(Hessian2Input in) throws java.io.IOException
java.io.IOException
public abstract Hessian2Input unwrapHeaders(Hessian2Input in) throws java.io.IOException
java.io.IOException