Package | Description |
---|---|
com.caucho.hessian.io |
Modifier and Type | Class and Description |
---|---|
class |
HessianSerializerInput
Input stream for Hessian requests, deserializing objects using the
java.io.Serialization protocol.
|
Modifier and Type | Method and Description |
---|---|
Hessian2Input |
HessianFactory.createHessian2Input(InputStream is)
Creates a new Hessian 2.0 deserializer.
|
Hessian2Input |
Hessian2StreamingInput.getHessianInput() |
Hessian2Input |
Hessian2StreamingInput.startPacket() |
Hessian2Input |
Deflation.unwrap(Hessian2Input in) |
abstract Hessian2Input |
HessianEnvelope.unwrap(Hessian2Input in)
Unwrap the Hessian input stream with this envelope.
|
Hessian2Input |
Deflation.unwrapHeaders(Hessian2Input in) |
abstract Hessian2Input |
HessianEnvelope.unwrapHeaders(Hessian2Input in)
Unwrap the envelope after having read the envelope code ('E') and
the envelope method.
|
Modifier and Type | Method and Description |
---|---|
void |
HessianFactory.freeHessian2Input(Hessian2Input in)
Frees a Hessian 2.0 deserializer
|
Hessian2Input |
Deflation.unwrap(Hessian2Input in) |
abstract Hessian2Input |
HessianEnvelope.unwrap(Hessian2Input in)
Unwrap the Hessian input stream with this envelope.
|
Hessian2Input |
Deflation.unwrapHeaders(Hessian2Input in) |
abstract Hessian2Input |
HessianEnvelope.unwrapHeaders(Hessian2Input in)
Unwrap the envelope after having read the envelope code ('E') and
the envelope method.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.