| Package | Description |
|---|---|
| com.threerings.presents.client | |
| com.threerings.presents.net | |
| com.threerings.presents.server.net |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageTracker.messageSent(boolean datagram,
int size,
UpstreamMessage msg)
Notes that a message has been sent.
|
abstract void |
Communicator.postMessage(UpstreamMessage msg)
Queues up the specified message for delivery upstream.
|
void |
BlockingCommunicator.postMessage(UpstreamMessage msg) |
| 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 |
CompoundUpstreamMessage
Groups messages to be dispatched without triggering the message throttle.
|
class |
ForwardEventRequest
Forwards an event to the server for dispatch.
|
class |
LogoffRequest
Requests to end our session with the server.
|
class |
PingRequest
Let's the server know we're still alive.
|
class |
SecureRequest
Used to create a secure channel to the server.
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
List<UpstreamMessage> |
CompoundUpstreamMessage.msgs |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerCommunicator.postMessage(UpstreamMessage msg) |
Copyright © 2015. All rights reserved.