- hashCode() - Method in class com.caucho.burlap.client.BurlapRemote
-
Defines the hashcode.
- hashCode() - Method in class com.caucho.burlap.io.BurlapRemote
-
Defines the hashcode.
- hashCode() - Method in class com.caucho.hessian.io.HessianRemote
-
Defines the hashcode.
- hashCode() - Method in class com.caucho.hessian.test.TestObject
-
- hashCode(Object) - Method in class com.caucho.hessian.util.IdentityIntMap
-
- hashCode(Object) - Method in class com.caucho.hessian.util.IntMap
-
- hello() - Method in interface com.caucho.hessian.test.Test
-
Hello, World.
- hello() - Method in class com.caucho.hessian.test.TestHessianServlet
-
Hello, World.
- Hessian2Constants - Interface in com.caucho.hessian.io
-
- Hessian2Input - Class in com.caucho.hessian.io
-
Input stream for Hessian requests.
- Hessian2Input() - Constructor for class com.caucho.hessian.io.Hessian2Input
-
- Hessian2Input(InputStream) - Constructor for class com.caucho.hessian.io.Hessian2Input
-
Creates a new Hessian input stream, initialized with an
underlying input stream.
- Hessian2Output - Class in com.caucho.hessian.io
-
Output stream for Hessian 2 requests.
- Hessian2Output() - Constructor for class com.caucho.hessian.io.Hessian2Output
-
Creates a new Hessian output stream, initialized with an
underlying output stream.
- Hessian2Output(OutputStream) - Constructor for class com.caucho.hessian.io.Hessian2Output
-
Creates a new Hessian output stream, initialized with an
underlying output stream.
- Hessian2StreamingInput - Class in com.caucho.hessian.io
-
Input stream for Hessian 2 streaming requests using WebSocket.
- Hessian2StreamingInput(InputStream) - Constructor for class com.caucho.hessian.io.Hessian2StreamingInput
-
Creates a new Hessian input stream, initialized with an
underlying input stream.
- Hessian2StreamingOutput - Class in com.caucho.hessian.io
-
Output stream for Hessian 2 streaming requests.
- Hessian2StreamingOutput(OutputStream) - Constructor for class com.caucho.hessian.io.Hessian2StreamingOutput
-
Creates a new Hessian output stream, initialized with an
underlying output stream.
- Hessian2StreamingOutput(Hessian2Output) - Constructor for class com.caucho.hessian.io.Hessian2StreamingOutput
-
- HessianConnection - Interface in com.caucho.hessian.client
-
Internal connection to a server.
- HessianConnectionException - Exception in com.caucho.hessian.client
-
Exception caused by failure of the client proxy to connect to the server.
- HessianConnectionException() - Constructor for exception com.caucho.hessian.client.HessianConnectionException
-
Zero-arg constructor.
- HessianConnectionException(String) - Constructor for exception com.caucho.hessian.client.HessianConnectionException
-
Create the exception.
- HessianConnectionException(String, Throwable) - Constructor for exception com.caucho.hessian.client.HessianConnectionException
-
Create the exception.
- HessianConnectionException(Throwable) - Constructor for exception com.caucho.hessian.client.HessianConnectionException
-
Create the exception.
- HessianConnectionFactory - Interface in com.caucho.hessian.client
-
Internal factory for creating connections to the server.
- HessianDebugInputStream - Class in com.caucho.hessian.io
-
Debugging input stream for Hessian requests.
- HessianDebugInputStream(InputStream, OutputStream) - Constructor for class com.caucho.hessian.io.HessianDebugInputStream
-
Creates an uninitialized Hessian input stream.
- HessianDebugInputStream(InputStream, PrintWriter) - Constructor for class com.caucho.hessian.io.HessianDebugInputStream
-
Creates an uninitialized Hessian input stream.
- HessianDebugInputStream(InputStream, Logger, Level) - Constructor for class com.caucho.hessian.io.HessianDebugInputStream
-
Creates an uninitialized Hessian input stream.
- HessianDebugInputStream(Logger, Level) - Constructor for class com.caucho.hessian.io.HessianDebugInputStream
-
Creates an uninitialized Hessian input stream.
- HessianDebugOutputStream - Class in com.caucho.hessian.io
-
Debugging output stream for Hessian requests.
- HessianDebugOutputStream(OutputStream, PrintWriter) - Constructor for class com.caucho.hessian.io.HessianDebugOutputStream
-
Creates an uninitialized Hessian input stream.
- HessianDebugOutputStream(OutputStream, Logger, Level) - Constructor for class com.caucho.hessian.io.HessianDebugOutputStream
-
Creates an uninitialized Hessian input stream.
- HessianDebugOutputStream(Logger, Level) - Constructor for class com.caucho.hessian.io.HessianDebugOutputStream
-
Creates an uninitialized Hessian input stream.
- HessianDebugState - Class in com.caucho.hessian.io
-
Debugging input stream for Hessian requests.
- HessianDebugState(PrintWriter) - Constructor for class com.caucho.hessian.io.HessianDebugState
-
Creates an uninitialized Hessian input stream.
- HessianEnvelope - Class in com.caucho.hessian.io
-
Factory class for wrapping and unwrapping hessian streams.
- HessianEnvelope() - Constructor for class com.caucho.hessian.io.HessianEnvelope
-
- HessianException - Exception in com.caucho.hessian
-
Base runtime exception for Hessian exceptions.
- HessianException() - Constructor for exception com.caucho.hessian.HessianException
-
Zero-arg constructor.
- HessianException(String) - Constructor for exception com.caucho.hessian.HessianException
-
Create the exception.
- HessianException(String, Throwable) - Constructor for exception com.caucho.hessian.HessianException
-
Create the exception.
- HessianException(Throwable) - Constructor for exception com.caucho.hessian.HessianException
-
Create the exception.
- HessianFactory - Class in com.caucho.hessian.io
-
Factory for creating HessianInput and HessianOutput streams.
- HessianFactory() - Constructor for class com.caucho.hessian.io.HessianFactory
-
- HessianFieldException - Exception in com.caucho.hessian.io
-
Exception during field reading.
- HessianFieldException() - Constructor for exception com.caucho.hessian.io.HessianFieldException
-
Zero-arg constructor.
- HessianFieldException(String) - Constructor for exception com.caucho.hessian.io.HessianFieldException
-
Create the exception.
- HessianFieldException(String, Throwable) - Constructor for exception com.caucho.hessian.io.HessianFieldException
-
Create the exception.
- HessianFieldException(Throwable) - Constructor for exception com.caucho.hessian.io.HessianFieldException
-
Create the exception.
- HessianFreeList<T> - Class in com.caucho.hessian.util
-
FreeList provides a simple class to manage free objects.
- HessianFreeList(int) - Constructor for class com.caucho.hessian.util.HessianFreeList
-
Create a new free list.
- HessianHandle - Interface in com.caucho.hessian.io
-
Marks a type as a handle
- HessianInput - Class in com.caucho.hessian.io
-
Input stream for Hessian requests.
- HessianInput() - Constructor for class com.caucho.hessian.io.HessianInput
-
Creates an uninitialized Hessian input stream.
- HessianInput(InputStream) - Constructor for class com.caucho.hessian.io.HessianInput
-
Creates a new Hessian input stream, initialized with an
underlying input stream.
- HessianInputFactory - Class in com.caucho.hessian.io
-
- HessianInputFactory() - Constructor for class com.caucho.hessian.io.HessianInputFactory
-
- HessianInputFactory.HeaderType - Enum in com.caucho.hessian.io
-
- HessianMetaInfoAPI - Interface in com.caucho.hessian.client
-
API retrieving hessian meta information.
- HessianMethodSerializationException - Exception in com.caucho.hessian.io
-
Exception for faults when the fault doesn't return a java exception.
- HessianMethodSerializationException() - Constructor for exception com.caucho.hessian.io.HessianMethodSerializationException
-
Zero-arg constructor.
- HessianMethodSerializationException(String) - Constructor for exception com.caucho.hessian.io.HessianMethodSerializationException
-
Create the exception.
- HessianMethodSerializationException(String, Throwable) - Constructor for exception com.caucho.hessian.io.HessianMethodSerializationException
-
Create the exception.
- HessianMethodSerializationException(Throwable) - Constructor for exception com.caucho.hessian.io.HessianMethodSerializationException
-
Create the exception.
- HessianOutput - Class in com.caucho.hessian.io
-
Output stream for Hessian requests, compatible with microedition
Java.
- HessianOutput(OutputStream) - Constructor for class com.caucho.hessian.io.HessianOutput
-
Creates a new Hessian output stream, initialized with an
underlying output stream.
- HessianOutput() - Constructor for class com.caucho.hessian.io.HessianOutput
-
Creates an uninitialized Hessian output stream.
- HessianProtocolException - Exception in com.caucho.hessian.io
-
Exception for faults when the fault doesn't return a java exception.
- HessianProtocolException() - Constructor for exception com.caucho.hessian.io.HessianProtocolException
-
Zero-arg constructor.
- HessianProtocolException(String) - Constructor for exception com.caucho.hessian.io.HessianProtocolException
-
Create the exception.
- HessianProtocolException(String, Throwable) - Constructor for exception com.caucho.hessian.io.HessianProtocolException
-
Create the exception.
- HessianProtocolException(Throwable) - Constructor for exception com.caucho.hessian.io.HessianProtocolException
-
Create the exception.
- HessianProxy - Class in com.caucho.hessian.client
-
Proxy implementation for Hessian clients.
- HessianProxy(URL, HessianProxyFactory) - Constructor for class com.caucho.hessian.client.HessianProxy
-
Protected constructor for subclassing
- HessianProxy(URL, HessianProxyFactory, Class<?>) - Constructor for class com.caucho.hessian.client.HessianProxy
-
Protected constructor for subclassing
- HessianProxyFactory - Class in com.caucho.hessian.client
-
Factory for creating Hessian client stubs.
- HessianProxyFactory() - Constructor for class com.caucho.hessian.client.HessianProxyFactory
-
Creates the new proxy factory.
- HessianProxyFactory(ClassLoader) - Constructor for class com.caucho.hessian.client.HessianProxyFactory
-
Creates the new proxy factory.
- HessianProxyResolver - Class in com.caucho.hessian.client
-
Looks up remote objects in the proxy.
- HessianProxyResolver(HessianProxyFactory) - Constructor for class com.caucho.hessian.client.HessianProxyResolver
-
Creates an uninitialized Hessian remote resolver.
- HessianRemote - Class in com.caucho.hessian.io
-
Encapsulates a remote address when no stub is available, e.g.
- HessianRemote(String, String) - Constructor for class com.caucho.hessian.io.HessianRemote
-
Creates a new Hessian remote object.
- HessianRemote() - Constructor for class com.caucho.hessian.io.HessianRemote
-
Creates an uninitialized Hessian remote.
- HessianRemoteObject - Interface in com.caucho.hessian.io
-
Interface for any hessian remote object.
- HessianRemoteResolver - Interface in com.caucho.hessian.io
-
Looks up remote objects.
- HessianRuntimeException - Exception in com.caucho.hessian.client
-
Wrapper for protocol exceptions thrown in the proxy.
- HessianRuntimeException() - Constructor for exception com.caucho.hessian.client.HessianRuntimeException
-
Zero-arg constructor.
- HessianRuntimeException(String) - Constructor for exception com.caucho.hessian.client.HessianRuntimeException
-
Create the exception.
- HessianRuntimeException(String, Throwable) - Constructor for exception com.caucho.hessian.client.HessianRuntimeException
-
Create the exception.
- HessianRuntimeException(Throwable) - Constructor for exception com.caucho.hessian.client.HessianRuntimeException
-
Create the exception.
- HessianSerializerInput - Class in com.caucho.hessian.io
-
Input stream for Hessian requests, deserializing objects using the
java.io.Serialization protocol.
- HessianSerializerInput(InputStream) - Constructor for class com.caucho.hessian.io.HessianSerializerInput
-
Creates a new Hessian input stream, initialized with an
underlying input stream.
- HessianSerializerInput() - Constructor for class com.caucho.hessian.io.HessianSerializerInput
-
Creates an uninitialized Hessian input stream.
- HessianSerializerOutput - Class in com.caucho.hessian.io
-
Output stream for Hessian requests.
- HessianSerializerOutput(OutputStream) - Constructor for class com.caucho.hessian.io.HessianSerializerOutput
-
Creates a new Hessian output stream, initialized with an
underlying output stream.
- HessianSerializerOutput() - Constructor for class com.caucho.hessian.io.HessianSerializerOutput
-
Creates an uninitialized Hessian output stream.
- HessianServiceException - Exception in com.caucho.hessian.io
-
Exception for faults when the fault doesn't return a java exception.
- HessianServiceException() - Constructor for exception com.caucho.hessian.io.HessianServiceException
-
Zero-arg constructor.
- HessianServiceException(String, String, Object) - Constructor for exception com.caucho.hessian.io.HessianServiceException
-
Create the exception.
- HessianServlet - Class in com.caucho.hessian.server
-
Servlet for serving Hessian services.
- HessianServlet() - Constructor for class com.caucho.hessian.server.HessianServlet
-
- HessianSkeleton - Class in com.caucho.hessian.server
-
Proxy class for Hessian services.
- HessianSkeleton(Object, Class<?>) - Constructor for class com.caucho.hessian.server.HessianSkeleton
-
Create a new hessian skeleton.
- HessianSkeleton(Class<?>) - Constructor for class com.caucho.hessian.server.HessianSkeleton
-
Create a new hessian skeleton.
- HessianUnshared - Annotation Type in com.caucho.hessian
-
Marks the class and all children as unshared.
- HessianURLConnection - Class in com.caucho.hessian.client
-
Internal connection to a server.
- HessianURLConnectionFactory - Class in com.caucho.hessian.client
-
Internal factory for creating connections to the server.
- HessianURLConnectionFactory() - Constructor for class com.caucho.hessian.client.HessianURLConnectionFactory
-