final class NetworkProtocol
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static byte |
ACK
An ACKnowledgment that releases an output end after a write
|
(package private) static byte |
ARRIVED
Mobility message.
|
(package private) static byte |
ASYNC_OPEN
An asynchronous open message
|
(package private) static byte |
ASYNC_REPLY
An asynchronous reply from the server
|
(package private) static byte |
ASYNC_REPLY_AND_CLOSE
An asynchronous reply and close
|
(package private) static byte |
ASYNC_REQUEST
An asynchronous request to a connection server
|
(package private) static byte |
ASYNC_SEND
An Asynchronous send operation
|
(package private) static byte |
ENROLL
An ENROLLment from a client end of a NetBarrier to a server end
|
(package private) static byte |
LINK_LOST
Signifies that a Link has been lost
|
(package private) static byte |
MOVED
Mobility message.
|
(package private) static byte |
OPEN
The initial message sent from a client connection end to a server end
|
(package private) static byte |
POISON
A POISON message sent to poison a channel end
|
(package private) static byte |
REJECT_BARRIER
Rejects a message sent from a NetBarrier.
|
(package private) static byte |
REJECT_CHANNEL
Rejects a message sent from a NetChannelOutput
|
(package private) static byte |
REJECT_CONNECTION
Rejects a message from a networked connection
|
(package private) static byte |
RELEASE
RELEASEs a waiting client end of a NetBarrier when the server end has completely been synced with
|
(package private) static byte |
REPLY
The reply from the server end of a connection
|
(package private) static byte |
REPLY_ACK
An acknowledgement of a connection server REPLY
|
(package private) static byte |
REPLY_AND_CLOSE
A reply from the server end of a connection which also closes the connection
|
(package private) static byte |
REQUEST
The subsequent communications from a client connection before closing
|
(package private) static byte |
REQUEST_ACK
An acknowledgement of the initial OPEN or REQUEST by a client connection end
|
(package private) static byte |
RESIGN
A RESIGNation of a client end of a NetBarrier from a server end
|
(package private) static byte |
SEND
A SEND message from an output end to an input end
|
(package private) static byte |
SYNC
A SYNChronization message sent from a client end of a NetBarrier to a server end when the client's local
processes have all synchronised
|
Modifier | Constructor and Description |
---|---|
private |
NetworkProtocol()
Empty constructor.
|
static final byte SEND
static final byte ACK
static final byte ENROLL
static final byte RESIGN
static final byte SYNC
static final byte RELEASE
static final byte REJECT_BARRIER
static final byte REJECT_CHANNEL
static final byte LINK_LOST
static final byte MOVED
static final byte ARRIVED
static final byte POISON
static final byte ASYNC_SEND
static final byte OPEN
static final byte REQUEST
static final byte REPLY
static final byte REPLY_AND_CLOSE
static final byte ASYNC_OPEN
static final byte ASYNC_REQUEST
static final byte ASYNC_REPLY
static final byte ASYNC_REPLY_AND_CLOSE
static final byte REQUEST_ACK
static final byte REPLY_ACK
static final byte REJECT_CONNECTION