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

A

AbstractBurlapInput - com.caucho.burlap.io 中的 类
Abstract base class for Burlap requests.
AbstractBurlapInput() - 类 com.caucho.burlap.io.AbstractBurlapInput 的构造方法
 
AbstractBurlapOutput - com.caucho.burlap.io 中的 类
Abstract output stream for Burlap requests.
AbstractBurlapOutput() - 类 com.caucho.burlap.io.AbstractBurlapOutput 的构造方法
 
AbstractBurlapResolver - com.caucho.burlap.io 中的 类
Looks up remote objects.
AbstractBurlapResolver() - 类 com.caucho.burlap.io.AbstractBurlapResolver 的构造方法
 
AbstractDeserializer - com.caucho.hessian.io 中的 类
Deserializing an object.
AbstractDeserializer() - 类 com.caucho.hessian.io.AbstractDeserializer 的构造方法
 
AbstractHessianConnection - com.caucho.hessian.client 中的 类
Internal connection to a server.
AbstractHessianConnection() - 类 com.caucho.hessian.client.AbstractHessianConnection 的构造方法
 
AbstractHessianConnectionFactory - com.caucho.hessian.client 中的 类
Internal factory for creating connections to the server.
AbstractHessianConnectionFactory() - 类 com.caucho.hessian.client.AbstractHessianConnectionFactory 的构造方法
 
AbstractHessianInput - com.caucho.hessian.io 中的 类
Abstract base class for Hessian requests.
AbstractHessianInput() - 类 com.caucho.hessian.io.AbstractHessianInput 的构造方法
 
AbstractHessianOutput - com.caucho.hessian.io 中的 类
Abstract output stream for Hessian requests.
AbstractHessianOutput() - 类 com.caucho.hessian.io.AbstractHessianOutput 的构造方法
 
AbstractHessianResolver - com.caucho.hessian.io 中的 类
Looks up remote objects.
AbstractHessianResolver() - 类 com.caucho.hessian.io.AbstractHessianResolver 的构造方法
 
AbstractListDeserializer - com.caucho.hessian.io 中的 类
Deserializing a JDK 1.2 Collection.
AbstractListDeserializer() - 类 com.caucho.hessian.io.AbstractListDeserializer 的构造方法
 
AbstractMapDeserializer - com.caucho.hessian.io 中的 类
Serializing an object for known object types.
AbstractMapDeserializer() - 类 com.caucho.hessian.io.AbstractMapDeserializer 的构造方法
 
AbstractSerializer - com.caucho.hessian.io 中的 类
Serializing an object.
AbstractSerializer() - 类 com.caucho.hessian.io.AbstractSerializer 的构造方法
 
AbstractSerializerFactory - com.caucho.hessian.io 中的 类
Factory for returning serialization methods.
AbstractSerializerFactory() - 类 com.caucho.hessian.io.AbstractSerializerFactory 的构造方法
 
AbstractSkeleton - com.caucho.services.server 中的 类
Proxy class for Hessian services.
AbstractStreamDeserializer - com.caucho.hessian.io 中的 类
Deserializing a byte stream
AbstractStreamDeserializer() - 类 com.caucho.hessian.io.AbstractStreamDeserializer 的构造方法
 
AbstractStreamSerializer - com.caucho.hessian.io 中的 类
Serializing an object containing a byte stream.
AbstractStreamSerializer() - 类 com.caucho.hessian.io.AbstractStreamSerializer 的构造方法
 
AbstractStringValueDeserializer - com.caucho.hessian.io 中的 类
Deserializes a string-valued object like BigDecimal.
AbstractStringValueDeserializer() - 类 com.caucho.hessian.io.AbstractStringValueDeserializer 的构造方法
 
addDeserializer(Class, Deserializer) - 类 com.caucho.hessian.io.ExtSerializerFactory 中的方法
Adds a deserializer.
addFactory(AbstractSerializerFactory) - 类 com.caucho.hessian.io.SerializerFactory 中的方法
Adds a factory.
addHeader(String, String) - 类 com.caucho.hessian.client.AbstractHessianConnection 中的方法
Adds HTTP headers.
addHeader(String, String) - 接口 com.caucho.hessian.client.HessianConnection 中的方法
Adds HTTP headers.
addHeader(String, String) - 类 com.caucho.hessian.client.HessianURLConnection 中的方法
Adds a HTTP header.
addHeader(String, Object) - 类 com.caucho.services.server.ServiceContext 中的方法
Adds a header.
addRef(Object) - 类 com.caucho.burlap.io.BurlapInput 中的方法
Adds a list/map reference.
addRef(Object) - 类 com.caucho.burlap.io.BurlapOutput 中的方法
If the object has already been written, just write its ref.
addRef(Object) - 类 com.caucho.hessian.io.AbstractHessianInput 中的方法
Adds an object reference.
addRef(Object) - 类 com.caucho.hessian.io.AbstractHessianOutput 中的方法
Adds an object to the reference list.
addRef(Object) - 类 com.caucho.hessian.io.Hessian2Input 中的方法
Adds a list/map reference.
addRef(Object) - 类 com.caucho.hessian.io.Hessian2Output 中的方法
If the object has already been written, just write its ref.
addRef(Object) - 类 com.caucho.hessian.io.HessianInput 中的方法
Adds a list/map reference.
addRef(Object) - 类 com.caucho.hessian.io.HessianOutput 中的方法
If the object has already been written, just write its ref.
addSerializer(Class, Serializer) - 类 com.caucho.hessian.io.ExtSerializerFactory 中的方法
Adds a serializer.
allocate() - 类 com.caucho.hessian.util.HessianFreeList 中的方法
Try to get an object from the free list.
allowFree(T) - 类 com.caucho.hessian.util.HessianFreeList 中的方法
 
AnnotationDeserializer - com.caucho.hessian.io 中的 类
Deserializing a java annotation for known object types.
AnnotationDeserializer(Class) - 类 com.caucho.hessian.io.AnnotationDeserializer 的构造方法
 
AnnotationInvocationHandler - com.caucho.hessian.io 中的 类
Proxy for a java annotation for known object types.
AnnotationInvocationHandler(Class, HashMap<String, Object>) - 类 com.caucho.hessian.io.AnnotationInvocationHandler 的构造方法
 
AnnotationSerializer - com.caucho.hessian.io 中的 类
Serializing a Java annotation
AnnotationSerializer(Class) - 类 com.caucho.hessian.io.AnnotationSerializer 的构造方法
 
ArrayDeserializer - com.caucho.hessian.io 中的 类
Deserializing a Java array
ArrayDeserializer(Class) - 类 com.caucho.hessian.io.ArrayDeserializer 的构造方法
 
ArraySerializer - com.caucho.hessian.io 中的 类
Serializing a Java array.
ArraySerializer() - 类 com.caucho.hessian.io.ArraySerializer 的构造方法
 

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