Package | Description |
---|---|
com.caucho.hessian.io | |
com.caucho.hessian.security |
Modifier and Type | Class and Description |
---|---|
class |
HessianSerializerOutput
Output stream for Hessian requests.
|
Modifier and Type | Field and Description |
---|---|
private Hessian2Output |
Hessian2StreamingOutput._out |
private Hessian2Output |
Deflation.DeflateOutputStream._out |
Modifier and Type | Field and Description |
---|---|
private HessianFreeList<Hessian2Output> |
HessianFactory._freeHessian2Output |
Modifier and Type | Method and Description |
---|---|
Hessian2Output |
HessianFactory.createHessian2Output()
Creates a new Hessian 2.0 serializer.
|
Hessian2Output |
HessianFactory.createHessian2Output(java.io.OutputStream os)
Creates a new Hessian 2.0 serializer.
|
Hessian2Output |
Hessian2StreamingOutput.getHessian2Output() |
abstract Hessian2Output |
HessianEnvelope.wrap(Hessian2Output out)
Wrap the Hessian output stream in an envelope.
|
Hessian2Output |
Deflation.wrap(Hessian2Output out) |
Modifier and Type | Method and Description |
---|---|
void |
HessianFactory.freeHessian2Output(Hessian2Output out)
Frees a Hessian 2.0 serializer
|
abstract Hessian2Output |
HessianEnvelope.wrap(Hessian2Output out)
Wrap the Hessian output stream in an envelope.
|
Hessian2Output |
Deflation.wrap(Hessian2Output out) |
Constructor and Description |
---|
DeflateOutputStream(Hessian2Output out) |
Hessian2StreamingOutput(Hessian2Output out) |
Modifier and Type | Field and Description |
---|---|
private Hessian2Output |
X509Signature.SignatureOutputStream._out |
private Hessian2Output |
X509Encryption.EncryptOutputStream._out |
Modifier and Type | Method and Description |
---|---|
Hessian2Output |
X509Signature.wrap(Hessian2Output out) |
Hessian2Output |
X509Encryption.wrap(Hessian2Output out) |
Modifier and Type | Method and Description |
---|---|
Hessian2Output |
X509Signature.wrap(Hessian2Output out) |
Hessian2Output |
X509Encryption.wrap(Hessian2Output out) |
Constructor and Description |
---|
EncryptOutputStream(Hessian2Output out) |
SignatureOutputStream(Hessian2Output out) |