| Modifier and Type | Class and Description |
|---|---|
class |
BureauAuthName
Represents an authenticated bureau client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChatChannel
Represents a chat channel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OccupantInfo
The occupant info object contains all of the information about an occupant of a place that
should be shared with other occupants of the place.
|
class |
Place
Contains information on the current place occupied by a body.
|
class |
PlaceConfig
The place config class encapsulates the configuration information for a
particular type of place.
|
class |
TokenRing
Defines access control tokens that convey certain privileges to users.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrowdClientInfo
Extends the standard
ClientInfo with Crowd bits. |
| Modifier and Type | Class and Description |
|---|---|
class |
BodyLocal
Contains information tracked for each body by the server.
|
| 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 |
BootstrapData
A
BootstrapData object is communicated back to the client after authentication has
succeeded and after the server is fully prepared to deal with the client. |
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 |
Message
The superclass of
UpstreamMessage and DownstreamMessage. |
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 | Class and Description |
|---|---|
class |
ClientInfo
Contains information on a particular client.
|
class |
DObjectAddress
Identifies a DObject on a peer.
|
static class |
NodeObject.CacheData
Used for informing peers of changes to persistent data.
|
static class |
NodeObject.Lock
Identifies a locked resource.
|
class |
PeerAuthName
Represents an authenticated peer client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PeerBootstrapData
Extensd the standard bootstrap with some information needed by our peers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientLocal
Contains information about a client only tracked on the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Name
Contains the name of an entity.
|
Copyright © 2015. All rights reserved.