| Package | Description |
|---|---|
| com.threerings.nio.conman | |
| com.threerings.presents.server | |
| com.threerings.presents.server.net |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManager.closeConnection(Connection conn)
Queues a connection up to be closed on the conmgr thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientManager.connectionClosed(Connection conn)
Called by the connection manager to let us know when a connection has been closed.
|
void |
ClientManager.connectionFailed(Connection conn,
IOException fault)
Called by the connection manager to let us know when a connection has failed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthingConnection
The authing connection manages the client connection until authentication has completed (for
better or for worse).
|
class |
PresentsConnection
Parses incoming network data into a stream of
Message objects, sends messages to the
client and adds datagram support to a connection. |
| Modifier and Type | Method and Description |
|---|---|
void |
PresentsConnectionManager.openOutgoingConnection(Connection conn,
String hostname,
int port)
Opens an outgoing connection to the supplied address.
|
Copyright © 2015. All rights reserved.