|
Class Summary |
| ClientSession |
Represents a session between the server and a client. |
| ComponentSession |
Represents a session between the server and a component. |
| ConnectionMultiplexerSession |
Represents a session between the server and a connection manager. |
| IncomingServerSession |
Server-to-server communication is done using two TCP connections between the servers. |
| OutgoingServerSession |
Server-to-server communication is done using two TCP connections between the servers. |
| 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. |