| Interface | Description |
|---|---|
| TCPNIOConnection.ConnectResultHandler |
This interface implementations can be used to be notified about the
TCPNIOConnection connect state.
|
| Class | Description |
|---|---|
| DefaultStreamReader | |
| DefaultStreamReader.Input | |
| DefaultStreamWriter | |
| DefaultStreamWriter.Output | |
| TCPNIOAsyncQueueReader |
The TCP transport
AsyncQueueReader implementation, based on
the Java NIO |
| TCPNIOAsyncQueueWriter |
The TCP transport
AsyncQueueWriter implementation, based on
the Java NIO |
| TCPNIOBindingHandler |
This class may be used to apply a custom
Processor and/or ProcessorSelector
atomically within a bind operation - not something that can normally be done using the TCPNIOTransport alone. |
| TCPNIOBindingHandler.Builder | |
| TCPNIOConnection |
Connection implementation
for the TCPNIOTransport |
| TCPNIOConnectorHandler |
TCP NIO transport client side ConnectorHandler implementation
|
| TCPNIOConnectorHandler.Builder | |
| TCPNIOServerConnection | |
| TCPNIOTemporarySelectorReader | |
| TCPNIOTemporarySelectorWriter | |
| TCPNIOTransport |
TCP Transport NIO implementation
|
| TCPNIOTransportBuilder |
NIOTransportBuilder implementation for TCP. |
| TCPNIOTransportFilter |
The
TCPNIOTransport's transport Filter implementation |
| TCPNIOUtils |
TCP NIO Transport utils
|
| UDPNIOAsyncQueueReader |
The UDP transport
AsyncQueueReader implementation, based on
the Java NIO |
| UDPNIOAsyncQueueWriter |
The UDP transport
AsyncQueueWriter implementation, based on
the Java NIO |
| UDPNIOBindingHandler |
This class may be used to apply a custom
Processor and/or ProcessorSelector
atomically within a bind operation - not something that can normally be done using the UDPNIOTransport alone. |
| UDPNIOBindingHandler.Builder | |
| UDPNIOConnection |
Connection implementation
for the UDPNIOTransport |
| UDPNIOConnectorHandler |
UDP NIO transport client side ConnectorHandler implementation
|
| UDPNIOConnectorHandler.Builder | |
| UDPNIOServerConnection |
Server
Connection implementation
for the UDPNIOTransport |
| UDPNIOTemporarySelectorReader | |
| UDPNIOTemporarySelectorWriter | |
| UDPNIOTransport |
UDP NIO transport implementation
|
| UDPNIOTransportBuilder |
NIOTransportBuilder implementation for UDP. |
| UDPNIOTransportFilter |
The
UDPNIOTransport's transport Filter implementation |
Copyright © 2018 Oracle Corporation. All Rights Reserved.