|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.HessianEnvelope
public abstract class HessianEnvelope
Factory class for wrapping and unwrapping hessian streams.
Constructor Summary | |
---|---|
HessianEnvelope()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HessianEnvelope()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |