|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hessian2Input | |
---|---|
com.caucho.hessian.io | |
com.caucho.hessian.security | |
com.caucho.hessian.server |
Uses of Hessian2Input in com.caucho.hessian.io |
---|
Subclasses of Hessian2Input in com.caucho.hessian.io | |
---|---|
class |
HessianSerializerInput
Input stream for Hessian requests, deserializing objects using the java.io.Serialization protocol. |
Fields in com.caucho.hessian.io declared as Hessian2Input | |
---|---|
private Hessian2Input |
Deflation.DeflateInputStream._in
|
private Hessian2Input |
Hessian2StreamingInput._in
|
Fields in com.caucho.hessian.io with type parameters of type Hessian2Input | |
---|---|
private HessianFreeList<Hessian2Input> |
HessianFactory._freeHessian2Input
|
Methods in com.caucho.hessian.io that return Hessian2Input | |
---|---|
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. |
Methods in com.caucho.hessian.io with parameters of type Hessian2Input | |
---|---|
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. |
Constructors in com.caucho.hessian.io with parameters of type Hessian2Input | |
---|---|
Deflation.DeflateInputStream(Hessian2Input in)
|
Uses of Hessian2Input in com.caucho.hessian.security |
---|
Fields in com.caucho.hessian.security declared as Hessian2Input | |
---|---|
private Hessian2Input |
X509Signature.SignatureInputStream._in
|
private Hessian2Input |
X509Encryption.EncryptInputStream._in
|
Methods in com.caucho.hessian.security that return Hessian2Input | |
---|---|
Hessian2Input |
X509Signature.unwrap(Hessian2Input in)
|
Hessian2Input |
X509Encryption.unwrap(Hessian2Input in)
|
Hessian2Input |
X509Signature.unwrapHeaders(Hessian2Input in)
|
Hessian2Input |
X509Encryption.unwrapHeaders(Hessian2Input in)
|
Methods in com.caucho.hessian.security with parameters of type Hessian2Input | |
---|---|
Hessian2Input |
X509Signature.unwrap(Hessian2Input in)
|
Hessian2Input |
X509Encryption.unwrap(Hessian2Input in)
|
Hessian2Input |
X509Signature.unwrapHeaders(Hessian2Input in)
|
Hessian2Input |
X509Encryption.unwrapHeaders(Hessian2Input in)
|
Constructors in com.caucho.hessian.security with parameters of type Hessian2Input | |
---|---|
X509Encryption.EncryptInputStream(Hessian2Input in)
|
|
X509Signature.SignatureInputStream(Hessian2Input in)
|
Uses of Hessian2Input in com.caucho.hessian.server |
---|
Methods in com.caucho.hessian.server that return Hessian2Input | |
---|---|
protected Hessian2Input |
HessianServlet.createHessian2Input(java.io.InputStream is)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |