Package | Description |
---|---|
com.caucho.burlap.io | |
com.caucho.hessian.client |
Portable client code for using Hessian services.
|
com.caucho.hessian.io | |
com.caucho.hessian.server | |
com.caucho.hessian.test | |
com.caucho.jms.services | |
com.caucho.server.session |
Modifier and Type | Field and Description |
---|---|
protected SerializerFactory |
BurlapInput._serializerFactory |
Modifier and Type | Method and Description |
---|---|
SerializerFactory |
BurlapInput.getSerializerFactory()
Gets the serializer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
BurlapInput.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
Modifier and Type | Method and Description |
---|---|
SerializerFactory |
HessianProxyFactory.getSerializerFactory()
Gets the serializer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
HessianProxyFactory.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanSerializerFactory
Factory for returning serialization methods.
|
Modifier and Type | Field and Description |
---|---|
protected SerializerFactory |
Hessian2Input._defaultSerializerFactory |
protected SerializerFactory |
HessianInput._serializerFactory |
protected SerializerFactory |
Hessian2Input._serializerFactory |
protected SerializerFactory |
AbstractHessianOutput._serializerFactory |
Modifier and Type | Method and Description |
---|---|
static SerializerFactory |
SerializerFactory.createDefault() |
protected SerializerFactory |
Hessian2Input.findSerializerFactory()
Gets the serializer factory.
|
protected SerializerFactory |
AbstractHessianOutput.findSerializerFactory()
Gets the serializer factory.
|
SerializerFactory |
HessianInput.getSerializerFactory()
Gets the serializer factory.
|
SerializerFactory |
HessianInputFactory.getSerializerFactory() |
SerializerFactory |
Hessian2Input.getSerializerFactory()
Gets the serializer factory.
|
SerializerFactory |
HessianFactory.getSerializerFactory() |
SerializerFactory |
AbstractHessianOutput.getSerializerFactory()
Gets the serializer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
Hessian2StreamingInput.setSerializerFactory(SerializerFactory factory) |
void |
HessianInput.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
void |
HessianInputFactory.setSerializerFactory(SerializerFactory factory) |
void |
Hessian2Input.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
void |
AbstractHessianInput.setSerializerFactory(SerializerFactory ser)
Sets the serializer factory.
|
void |
HessianFactory.setSerializerFactory(SerializerFactory factory) |
void |
AbstractHessianOutput.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
Modifier and Type | Method and Description |
---|---|
SerializerFactory |
HessianServlet.getSerializerFactory()
Gets the serializer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
HessianSkeleton.invoke(java.io.InputStream is,
java.io.OutputStream os,
SerializerFactory serializerFactory)
Invoke the object with the request from the input stream.
|
protected void |
HessianServlet.invoke(java.io.InputStream is,
java.io.OutputStream os,
java.lang.String objectId,
SerializerFactory serializerFactory) |
void |
HessianServlet.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
TestHessian2Servlet.invoke(java.io.InputStream is,
java.io.OutputStream os,
java.lang.String objectId,
SerializerFactory serializerFactory)
Invoke the object with the request from the input stream.
|
Modifier and Type | Method and Description |
---|---|
SerializerFactory |
HessianListener.getSerializerFactory()
Gets the serializer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
HessianListener.setSerializerFactory(SerializerFactory factory)
Sets the serializer factory.
|
Constructor and Description |
---|
HessianSessionSerializer(java.io.OutputStream os,
SerializerFactory factory) |