Class | Description |
---|---|
AbstractSelector |
An abstract selector implementation that can be the basis (can be extended)
of an NIO TCP server or client, supporting both plain and SSL/TLS encrypted
sockets.
|
ChangeRequest |
A ChangeRequest defines a request for some operation that needs to be
executed on the selector thread.
|
TCPClient |
A TCP Client implementation of
AbstractSelector . |
TCPServer |
A TCP Server implementation of
AbstractSelector . |