com.caucho.hessian.io
Class Deflation
java.lang.Object
com.caucho.hessian.io.HessianEnvelope
com.caucho.hessian.io.Deflation
public class Deflation
- extends HessianEnvelope
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Deflation
public Deflation()
wrap
public Hessian2Output wrap(Hessian2Output out)
throws IOException
- Description copied from class:
HessianEnvelope
- Wrap the Hessian output stream in an envelope.
- Specified by:
wrap in class HessianEnvelope
- Throws:
IOException
unwrap
public Hessian2Input unwrap(Hessian2Input in)
throws IOException
- Description copied from class:
HessianEnvelope
- Unwrap the Hessian input stream with this envelope. It is an
error if the actual envelope does not match the expected envelope
class.
- Specified by:
unwrap in class HessianEnvelope
- Throws:
IOException
unwrapHeaders
public Hessian2Input unwrapHeaders(Hessian2Input in)
throws IOException
- Description copied from class:
HessianEnvelope
- Unwrap the envelope after having read the envelope code ('E') and
the envelope method. Called by the EnvelopeFactory for dynamic
reading of the envelopes.
- Specified by:
unwrapHeaders in class HessianEnvelope
- Throws:
IOException
Copyright © 2013. All Rights Reserved.