| Modifier and Type | Method and Description |
|---|---|
void |
ClientDObjectMgr.processMessage(Message msg)
Called by the communicator when a message arrives from the network layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AESAuthRequest
Sends an AES encrypted auth request to the server.
|
class |
AuthRequest
Used to authenticate with the server.
|
class |
AuthResponse
The auth response communicates authentication success or failure as
well as associated information via a distribted object transmitted
along with the response.
|
class |
BootstrapNotification
A bootstrap notification is delivered to the client once the server has
fully initialized itself in preparation for dealing with this client.
|
class |
CompoundDownstreamMessage
Groups messages to be dispatched without triggering the message throttle.
|
class |
CompoundUpstreamMessage
Groups messages to be dispatched without triggering the message throttle.
|
class |
DownstreamMessage
This class encapsulates a message in the distributed object protocol that flows from the server
to the client.
|
class |
EventNotification
Contains an event forwarded from the server.
|
class |
FailureResponse
Communicates failure to subscribe to an object.
|
class |
ForwardEventRequest
Forwards an event to the server for dispatch.
|
class |
LogoffRequest
Requests to end our session with the server.
|
class |
ObjectResponse<T extends DObject>
Contains a distributed object to which the client has subscribed.
|
class |
PingRequest
Let's the server know we're still alive.
|
class |
PongResponse
Let's the client know the server heard its ping (and that the server and connection are still
alive).
|
class |
SecureRequest
Used to create a secure channel to the server.
|
class |
SecureResponse
Used to indicate a authentication response based on a SecureRequest.
|
class |
SubscribeRequest
Requests to subscribe to a particular distributed object.
|
class |
ThrottleUpdatedMessage
Notifies the server that the client has received its
UpdateThrottleMessage. |
class |
TransmitDatagramsRequest
Notifies the server that we would like it to send us datagrams.
|
class |
UnsubscribeRequest
Requests to end a subscription to a particular distributed object.
|
class |
UnsubscribeResponse
Used to communicate to the client that we received their unsubscribe
request and that it is now OK to remove an object mapping from their
local object table.
|
class |
UpdateThrottleMessage
Notifies the client that its message throttle has been updated.
|
class |
UpstreamMessage
This class encapsulates a message in the distributed object protocol that flows from the client
to the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PeerSession.handleMessage(Message message) |
void |
PeerManager.Stats.notePeerMessageReceived(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
PresentsSession.handleMessage(Message message) |
| Modifier and Type | Method and Description |
|---|---|
void |
PresentsConnection.MessageHandler.handleMessage(Message message)
Called when a complete message has been parsed from incoming network data.
|
void |
PresentsConnection.postMessage(Message msg)
Posts a message for delivery to this connection.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
DatagramSequencer.readDatagram()
Reads a datagram from the underlying stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatagramSequencer.writeDatagram(Message datagram)
Writes a datagram to the underlying stream.
|
Copyright © 2015. All rights reserved.