| Package | Description |
|---|---|
| com.threerings.nio.conman | |
| com.threerings.presents.server.net |
| Modifier and Type | Class and Description |
|---|---|
class |
Connection
Implements the net event handler interface to check for delinquency and manages a client
connection.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionKey |
ConnectionManager.register(SelectableChannel chan,
int ops,
NetEventHandler netEventHandler)
Registers
ops on chan on this manager's selector and hooks
netEventHandler up to receive events whenever the selection occurs. |
| 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. |
Copyright © 2015. All rights reserved.