|
Connection Manager 3.5.1 Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Connection | Represents a connection on the server. |
ConnectionCloseListener | Implement and register with a connection to receive notification of the connection closing. |
PacketDeliverer | Delivers packets to locally connected streams. |
PacketRouter | A router that handles incoming packets. |
SocketStatistic | Interface that keeps statistics of sockets. |
Class Summary | |
---|---|
ClientSession | Session that represents a client to server connection. |
ConnectionManager | Connection managers handle connections of clients that want to connect to a server. |
ConnectionWorkerThread | Thread that creates and keeps a connection to the server. |
ServerSurrogate | Surrogate of the main server where the Connection Manager is routing client packets. |
Session | The session represents a connection between the server and a client (c2s) or another server (s2s) as well as a connection with a component. |
StreamError | A stream error. |
StreamIDFactory | A basic stream ID factory that produces id's using java.util.Random and a simple hex representation of a random int prefixed by the connection manager name. |
Enum Summary | |
---|---|
Connection.CompressionPolicy | Enumeration of possible compression policies required to interact with the server. |
Connection.TLSPolicy | Enumeration of possible TLS policies required to interact with the server. |
StreamError.Condition | Type-safe enumeration for the error condition. |
|
Connection Manager 3.5.1 Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |