| Package | Description |
|---|---|
| com.threerings.presents.client | |
| com.threerings.presents.net | |
| com.threerings.presents.peer.server |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageTracker.messageReceived(boolean datagram,
int size,
DownstreamMessage msg,
int missed)
Notes that a message has been received.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
EventNotification
Contains an event forwarded from the server.
|
class |
FailureResponse
Communicates failure to subscribe to an object.
|
class |
ObjectResponse<T extends DObject>
Contains a distributed object to which the client has subscribed.
|
class |
PongResponse
Let's the client know the server heard its ping (and that the server and connection are still
alive).
|
class |
SecureResponse
Used to indicate a authentication response based on a SecureRequest.
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
List<DownstreamMessage> |
CompoundDownstreamMessage.msgs |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerManager.Stats.notePeerMessageSent(DownstreamMessage msg) |
Copyright © 2015. All rights reserved.