| org.apache.harmony.rmi.transport.RMIProtocolConstants
All known Subclasses: org.apache.harmony.rmi.client.ClientConnection, org.apache.harmony.rmi.server.ServerConnection, org.apache.harmony.rmi.client.ClientRemoteCall, org.apache.harmony.rmi.server.ServerRemoteCall,
RMIProtocolConstants | public interface RMIProtocolConstants (Code) | | Constants for RMI Transport Protocol.
author: Mikhail A. Markov version: $Revision: 1.1.2.2 $ |
CALL_MSG | final public static byte CALL_MSG(Code) | | Indicates method invocation (Call message)
|
CALL_OK | final public static byte CALL_OK(Code) | | Indicates the result of a RMI call completion in response to Call message
|
DGCACK_MSG | final public static byte DGCACK_MSG(Code) | | Indicates, that remote objects have been received by client in a return
value from server (DgcAck message)
|
HTTP_HEADER | final public static int HTTP_HEADER(Code) | | Indicates sequence for beginning of header
|
MULTIPLEX_PROTOCOL | final public static byte MULTIPLEX_PROTOCOL(Code) | | Indicates MultiplexProtocol
|
PING_ACK | final public static byte PING_ACK(Code) | | Indicates that server is alive in response to Ping message
|
PING_MSG | final public static byte PING_MSG(Code) | | Indicates testing liveness of a remote VM (Ping message)
|
PROTOCOL_ACK | final public static byte PROTOCOL_ACK(Code) | | Indicates protocol accepted response (ProtocolAck)
|
PROTOCOL_NOT_SUPPORTED | final public static byte PROTOCOL_NOT_SUPPORTED(Code) | | Indicates protocol not supported response (ProtocolNotSupported)
|
PROTOCOL_VER | final public static short PROTOCOL_VER(Code) | | Indicates version of RMI Transport Protocol
|
RETURN_EX | final public static byte RETURN_EX(Code) | | Indicates that exception (not communication-related) is thrown
as a result of a RMI call
|
RETURN_VAL | final public static byte RETURN_VAL(Code) | | Indicates that value is returned as a result of a RMI call
|
RMI_HEADER | final public static int RMI_HEADER(Code) | | Indicates sequence for beginning of header
|
SINGLEOP_PROTOCOL | final public static byte SINGLEOP_PROTOCOL(Code) | | Indicates SingleOpProtocol
|
STREAM_PROTOCOL | final public static byte STREAM_PROTOCOL(Code) | | Indicates StreamProtocol
|
|
|