BaseServer |
Abstract class for a server handling sending, receiving and connection management.
|
Connection |
Represents a connection to a peer
|
NioBaseServer |
|
NioClient |
|
NioConnection |
|
NioServer |
Server for sending and receiving messages via NIO channels.
|
ReceiverAdapter |
|
TcpBaseServer |
Common base class for TCP based clients and servers
|
TcpClient |
|
TcpConnection |
Blocking IO (BIO) connection.
|
TcpConnectionNonBlocking |
TCP connection which (despite the fancy name) blocks only a single thread at most.
|
TcpServer |
Class that manages allows to send and receive messages via TCP sockets.
|