| Package | Description |
|---|---|
| com.threerings.nio | |
| com.threerings.nio.conman | |
| com.threerings.presents.server.net |
| Modifier and Type | Class and Description |
|---|---|
class |
PolicyServer
Binds to a port and responds to "xmlsocket" requests on it with a policy file allowing access
to all ports from any host.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.init(ConnectionManager cmgr,
SocketChannel channel,
long createStamp)
Initializes a connection object with a socket and related info.
|
| Constructor and Description |
|---|
ServerSocketChannelAcceptor(String socketHostname,
int[] socketPorts,
ConnectionManager mgr)
Configures the connection manager with the hostname and ports on which it will listen for
socket connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PresentsConnectionManager |
| Modifier and Type | Method and Description |
|---|---|
void |
PresentsConnection.init(ConnectionManager cmgr,
SocketChannel channel,
long createStamp)
Initializes the connection with its channel.
|
Copyright © 2015. All rights reserved.