Class | Description |
---|---|
AttributeChangeToken |
Encapsulate changes made to a settable object.
|
ByteArrayToken |
The ByteArrayToken encapsulates a byte array.
|
CommunicationToken |
Encapsulate tokens that were received within one iteration.
|
PingToken |
The PingToken holds a timestamp it was generated at.
|
PongToken |
The PongToken holds a timestamp of the PingToken.
|
RemoteEventToken |
Encapsulates an informational token raised by the proxy model infrastructure.
|
Tokenizer |
Tokenizer reads out tokens from the byte array.
|
TokenParser |
This class is a singleton and is a central point for converting
a token from a byte stream and back.
|
TokenParser.HandlerData<T extends Token> |
Data structure that stores handler, token type, and position tuple.
|
Enum | Description |
---|---|
RemoteEventToken.EventType |
Type of notification message being sent to the user.
|