| Class | Description |
|---|---|
| AsyncTcpTransport |
AsyncTcpTransport extends Transport for async communication over TCP by
dispatching reads from an AsynchronousSocketChannel to a
ScheduledExecutorService.
|
| AsyncTcpTransport.ConnectionInfo |
AsyncTcpTransport.ConnectionInfo extends Transport.ConnectionInfo to hold
the host and port info for the TCP connection.
|
| TcpTransport | |
| TcpTransport.ConnectionInfo |
A TcpTransport.ConnectionInfo extends Transport.ConnectionInfo to hold
the host and port info for the TCP connection.
|
| Transport | |
| Transport.ConnectionInfo |
A Transport.ConnectionInfo is a base class for connection information used
by subclasses of Transport.
|
| UdpTransport | |
| UdpTransport.ConnectionInfo |
A UdpTransport.ConnectionInfo extends Transport.ConnectionInfo to hold
the host and port info for the UDP connection.
|
Copyright © 2016. All rights reserved.