Class | Description |
---|---|
NIOTCPDeadConnection |
Dead connection identifier.
|
NIOTCPInputConnection |
The input connection (channel) for incoming requests.
|
NIOTCPOutputConnection |
Struct for holding information about an output connection.
|
NIOTCPTransport |
The tcp transport for sending messages over
tcp/ip connections.
|
SelectorThread |
The selector thread waits for NIO events and issues the appropriate actions
for asynchronous sending and receiving as data becomes available.
|