public class Deflation extends HessianEnvelope
| 构造器和说明 |
|---|
Deflation() |
| 限定符和类型 | 方法和说明 |
|---|---|
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
HessianEnvelopewrap 在类中 HessianEnvelopeIOExceptionpublic Hessian2Input unwrap(Hessian2Input in) throws IOException
HessianEnvelopeunwrap 在类中 HessianEnvelopeIOExceptionpublic Hessian2Input unwrapHeaders(Hessian2Input in) throws IOException
HessianEnvelopeunwrapHeaders 在类中 HessianEnvelopeIOExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.