Uses of Class
com.caucho.hessian.io.Hessian2Input
-
Packages that use Hessian2Input Package Description 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 Modifier and Type Class Description classHessianSerializerInputInput stream for Hessian requests, deserializing objects using the java.io.Serialization protocol.Methods in com.caucho.hessian.io that return Hessian2Input Modifier and Type Method Description Hessian2InputHessianFactory. createHessian2Input(InputStream is)Creates a new Hessian 2.0 deserializer.Hessian2InputHessian2StreamingInput. getHessianInput()Hessian2InputHessian2StreamingInput. startPacket()Hessian2InputDeflation. unwrap(Hessian2Input in)abstract Hessian2InputHessianEnvelope. unwrap(Hessian2Input in)Unwrap the Hessian input stream with this envelope.Hessian2InputDeflation. unwrapHeaders(Hessian2Input in)abstract Hessian2InputHessianEnvelope. 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 Modifier and Type Method Description voidHessianFactory. freeHessian2Input(Hessian2Input in)Frees a Hessian 2.0 deserializerHessian2InputDeflation. unwrap(Hessian2Input in)abstract Hessian2InputHessianEnvelope. unwrap(Hessian2Input in)Unwrap the Hessian input stream with this envelope.Hessian2InputDeflation. unwrapHeaders(Hessian2Input in)abstract Hessian2InputHessianEnvelope. unwrapHeaders(Hessian2Input in)Unwrap the envelope after having read the envelope code ('E') and the envelope method. -
Uses of Hessian2Input in com.caucho.hessian.security
Methods in com.caucho.hessian.security that return Hessian2Input Modifier and Type Method Description Hessian2InputX509Encryption. unwrap(Hessian2Input in)Hessian2InputX509Signature. unwrap(Hessian2Input in)Hessian2InputX509Encryption. unwrapHeaders(Hessian2Input in)Hessian2InputX509Signature. unwrapHeaders(Hessian2Input in)Methods in com.caucho.hessian.security with parameters of type Hessian2Input Modifier and Type Method Description Hessian2InputX509Encryption. unwrap(Hessian2Input in)Hessian2InputX509Signature. unwrap(Hessian2Input in)Hessian2InputX509Encryption. unwrapHeaders(Hessian2Input in)Hessian2InputX509Signature. unwrapHeaders(Hessian2Input in) -
Uses of Hessian2Input in com.caucho.hessian.server
Methods in com.caucho.hessian.server that return Hessian2Input Modifier and Type Method Description protected Hessian2InputHessianServlet. createHessian2Input(InputStream is)
-