| Package | Description |
|---|---|
| com.threerings.presents.client | |
| com.threerings.presents.server.net |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingCommunicator
The client performs all network I/O on separate threads (one for reading and one for
writing).
|
class |
ClientCommunicator
Customizes the blocking communicator with some things that we only do on users' machines (where
there's only one client running, not potentially dozens, and where we're not sending high
volumes of traffic through the client like we do for inter-server communications).
|
| Constructor and Description |
|---|
ClientDObjectMgr(Communicator comm,
Client client)
Constructs a client distributed object manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerCommunicator
Provides Client
Communicator services using non-blocking I/O and the connection manager. |
Copyright © 2015. All rights reserved.