Package | Description |
---|---|
com.caucho.ejb.hessian | |
com.caucho.hessian.io | |
com.caucho.hessian.security | |
com.caucho.hessian.server |
Modifier and Type | Method and Description |
---|---|
protected void |
NameContextSkeleton.executeUnknown(java.lang.String method,
java.lang.Object[] args,
Hessian2Input in,
Hessian2Output out)
Executes an unknown method.
|
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(java.io.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.
|
Modifier and Type | Method and Description |
---|---|
Hessian2Input |
X509Signature.unwrap(Hessian2Input in) |
Hessian2Input |
X509Encryption.unwrap(Hessian2Input in) |
Hessian2Input |
X509Signature.unwrapHeaders(Hessian2Input in) |
Hessian2Input |
X509Encryption.unwrapHeaders(Hessian2Input in) |
Modifier and Type | Method and Description |
---|---|
Hessian2Input |
X509Signature.unwrap(Hessian2Input in) |
Hessian2Input |
X509Encryption.unwrap(Hessian2Input in) |
Hessian2Input |
X509Signature.unwrapHeaders(Hessian2Input in) |
Hessian2Input |
X509Encryption.unwrapHeaders(Hessian2Input in) |
Modifier and Type | Method and Description |
---|---|
protected Hessian2Input |
HessianServlet.createHessian2Input(java.io.InputStream is) |