Package | Description |
---|---|
com.caucho.hessian.io | |
com.caucho.hessian.security |
Modifier and Type | Field and Description |
---|---|
private Hessian2Input |
Hessian2StreamingInput._in |
private Hessian2Input |
Deflation.DeflateInputStream._in |
Modifier and Type | Method and Description |
---|---|
abstract Hessian2Input |
HessianEnvelope.unwrap(Hessian2Input in)
Unwrap the Hessian input stream with this envelope.
|
Hessian2Input |
Deflation.unwrap(Hessian2Input in) |
abstract Hessian2Input |
HessianEnvelope.unwrapHeaders(Hessian2Input in)
Unwrap the envelope after having read the envelope code ('E') and
the envelope method.
|
Hessian2Input |
Deflation.unwrapHeaders(Hessian2Input in) |
Modifier and Type | Method and Description |
---|---|
abstract Hessian2Input |
HessianEnvelope.unwrap(Hessian2Input in)
Unwrap the Hessian input stream with this envelope.
|
Hessian2Input |
Deflation.unwrap(Hessian2Input in) |
abstract Hessian2Input |
HessianEnvelope.unwrapHeaders(Hessian2Input in)
Unwrap the envelope after having read the envelope code ('E') and
the envelope method.
|
Hessian2Input |
Deflation.unwrapHeaders(Hessian2Input in) |
Constructor and Description |
---|
Deflation.DeflateInputStream(Hessian2Input in) |
Modifier and Type | Field and Description |
---|---|
private Hessian2Input |
X509Signature.SignatureInputStream._in |
private Hessian2Input |
X509Encryption.EncryptInputStream._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 |
---|---|
Hessian2Input |
X509Signature.unwrap(Hessian2Input in) |
Hessian2Input |
X509Encryption.unwrap(Hessian2Input in) |
Hessian2Input |
X509Signature.unwrapHeaders(Hessian2Input in) |
Hessian2Input |
X509Encryption.unwrapHeaders(Hessian2Input in) |
Constructor and Description |
---|
X509Encryption.EncryptInputStream(Hessian2Input in) |
X509Signature.SignatureInputStream(Hessian2Input in) |