A B C D E F G H I J L M N O P R S T U V W X Y _

H

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

A B C D E F G H I J L M N O P R S T U V W X Y _