|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.vattp.data.Msg
Untamed: Define the allowable message types for the VatTP system. This class only contains static final values. It can not be instantiated.
This class only defines static final values.
Field Summary | |
static byte |
E_MSG
Enabled: E level message to an object at the remote end |
(package private) static byte |
HIGH_MSG_TYPE
Highest message type allocated (used to allocate arrays) |
(package private) static int |
MAX_INBOUND_MSG_LENGTH
Maximum length message we will receive. |
static int |
MAX_OUTBOUND_MSG_LENGTH
Enabled: Maximum length message permitted on a connection. |
(package private) static byte |
PING
Ping other end to ensure connection still intact |
(package private) static long |
PING_SENDTIME
The timeout for no messages received. |
(package private) static long |
PING_TIMEOUT
The timeout for a ping. |
(package private) static byte |
PONG
Response to a PING message |
(package private) static byte |
PROTOCOL_ACCEPTED
STARTUP response showing which protocol version to use |
(package private) static byte |
PROTOCOL_VERSION
Supported versions of the E protocol. |
(package private) static byte |
STARTUP
Initial connection setup message |
(package private) static byte |
SUSPEND
Suspend or shutdown this connection. |
(package private) static long |
TICK_RATE
The tick rate for the connection keep alive clock. |
private static long |
TIME_FUDGE
A fudge factor with which to multiply the timeouts for purposes of debugging. |
static byte |
TUNNEL_MSG
Enabled: RMI Comm message to a stream at the other end |
(package private) static String[] |
Version
The protocol versions this implementations supports. |
Constructor Summary | |
private |
Msg()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final String[] Version
static final byte PROTOCOL_VERSION
static final byte STARTUP
static final byte PROTOCOL_ACCEPTED
static final byte SUSPEND
static final byte PING
static final byte PONG
public static final byte E_MSG
public static final byte TUNNEL_MSG
static final byte HIGH_MSG_TYPE
public static final int MAX_OUTBOUND_MSG_LENGTH
static final int MAX_INBOUND_MSG_LENGTH
private static final long TIME_FUDGE
static final long TICK_RATE
static final long PING_SENDTIME
static final long PING_TIMEOUT
Constructor Detail |
private Msg()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |