- mangleClass(Class, boolean) - Static method in class com.caucho.services.server.AbstractSkeleton
-
Mangles a classname.
- mangleName(Method) - Method in class com.caucho.hessian.client.HessianProxy
-
- mangleName(Method, boolean) - Static method in class com.caucho.services.server.AbstractSkeleton
-
Creates a unique mangled method name based on the method name and
the method parameters.
- MapDeserializer - Class in com.caucho.hessian.io
-
Deserializing a JDK 1.2 Map.
- MapDeserializer(Class<?>) - Constructor for class com.caucho.hessian.io.MapDeserializer
-
- MapSerializer - Class in com.caucho.hessian.io
-
Serializing a JDK 1.2 java.util.Map.
- MapSerializer() - Constructor for class com.caucho.hessian.io.MapSerializer
-
- MBeanAttributeInfoDeserializer - Class in com.caucho.hessian.jmx
-
Deserializing an MBeanAttributeInfo valued object
- MBeanAttributeInfoDeserializer() - Constructor for class com.caucho.hessian.jmx.MBeanAttributeInfoDeserializer
-
- MBeanConstructorInfoDeserializer - Class in com.caucho.hessian.jmx
-
Deserializing an MBeanConstructorInfo valued object
- MBeanConstructorInfoDeserializer() - Constructor for class com.caucho.hessian.jmx.MBeanConstructorInfoDeserializer
-
- MBeanInfoDeserializer - Class in com.caucho.hessian.jmx
-
Deserializing an MBeanInfo valued object
- MBeanInfoDeserializer() - Constructor for class com.caucho.hessian.jmx.MBeanInfoDeserializer
-
- MBeanNotificationInfoDeserializer - Class in com.caucho.hessian.jmx
-
Deserializing an MBeanNotificationInfo valued object
- MBeanNotificationInfoDeserializer() - Constructor for class com.caucho.hessian.jmx.MBeanNotificationInfoDeserializer
-
- MBeanOperationInfoDeserializer - Class in com.caucho.hessian.jmx
-
Deserializing an MBeanOperationInfo valued object
- MBeanOperationInfoDeserializer() - Constructor for class com.caucho.hessian.jmx.MBeanOperationInfoDeserializer
-
- MBeanParameterInfoDeserializer - Class in com.caucho.hessian.jmx
-
Deserializing an MBeanParameterInfo valued object
- MBeanParameterInfoDeserializer() - Constructor for class com.caucho.hessian.jmx.MBeanParameterInfoDeserializer
-
- MessageSender - Interface in com.caucho.services.message
-
Service API for a bare-bones message server.
- MessageServiceException - Exception in com.caucho.services.message
-
Exception for faults when the fault doesn't return a java exception.
- MessageServiceException() - Constructor for exception com.caucho.services.message.MessageServiceException
-
Zero-arg constructor.
- MessageServiceException(String) - Constructor for exception com.caucho.services.message.MessageServiceException
-
Create the exception.
- MessageServiceException(String, Throwable) - Constructor for exception com.caucho.services.message.MessageServiceException
-
Create the exception.
- MessageServiceException(Throwable) - Constructor for exception com.caucho.services.message.MessageServiceException
-
Create the exception.
- method - Variable in class com.caucho.burlap.client.MicroBurlapInput
-
- methodNull() - Method in interface com.caucho.hessian.test.TestHessian2
-
trivial null method call
- methodNull() - Method in class com.caucho.hessian.test.TestHessian2Servlet
-
- MicroBurlapInput - Class in com.caucho.burlap.client
-
Input stream for Burlap requests, compatible with microedition
Java.
- MicroBurlapInput(InputStream) - Constructor for class com.caucho.burlap.client.MicroBurlapInput
-
Creates a new Burlap input stream, initialized with an
underlying input stream.
- MicroBurlapInput() - Constructor for class com.caucho.burlap.client.MicroBurlapInput
-
Creates an uninitialized Burlap input stream.
- MicroBurlapOutput - Class in com.caucho.burlap.client
-
Output stream for Burlap requests, compatible with microedition
Java.
- MicroBurlapOutput(OutputStream) - Constructor for class com.caucho.burlap.client.MicroBurlapOutput
-
Creates a new Burlap output stream, initialized with an
underlying output stream.
- MicroBurlapOutput() - Constructor for class com.caucho.burlap.client.MicroBurlapOutput
-
Creates an uninitialized Burlap output stream.
- MicroHessianInput - Class in com.caucho.hessian.micro
-
Input stream for Hessian requests, compatible with microedition
Java.
- MicroHessianInput(InputStream) - Constructor for class com.caucho.hessian.micro.MicroHessianInput
-
Creates a new Hessian input stream, initialized with an
underlying input stream.
- MicroHessianInput() - Constructor for class com.caucho.hessian.micro.MicroHessianInput
-
Creates an uninitialized Hessian input stream.
- MicroHessianOutput - Class in com.caucho.hessian.micro
-
Output stream for Hessian requests, compatible with microedition
Java.
- MicroHessianOutput(OutputStream) - Constructor for class com.caucho.hessian.micro.MicroHessianOutput
-
Creates a new Hessian output stream, initialized with an
underlying output stream.
- MicroHessianOutput() - Constructor for class com.caucho.hessian.micro.MicroHessianOutput
-
Creates an uninitialized Hessian output stream.
- MuxInputStream - Class in com.caucho.hessian.mux
-
Input stream to a specific channel.
- MuxInputStream() - Constructor for class com.caucho.hessian.mux.MuxInputStream
-
Null argument constructor.
- MuxOutputStream - Class in com.caucho.hessian.mux
-
Output stream to a specific channel.
- MuxOutputStream() - Constructor for class com.caucho.hessian.mux.MuxOutputStream
-
Null argument constructor.
- MuxServer - Class in com.caucho.hessian.mux
-
Hessian Mux, a peer-to-peer protocol.
- MuxServer() - Constructor for class com.caucho.hessian.mux.MuxServer
-
Null argument constructor.
- MuxServer(InputStream, OutputStream, boolean) - Constructor for class com.caucho.hessian.mux.MuxServer
-
Create a new multiplexor with input and output streams.