| 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 extends the Transport interface to implement communication over
TCP.
|
| TcpTransport.ConnectionInfo |
A TcpTransport.ConnectionInfo extends Transport.ConnectionInfo to hold
the host and port info for the TCP connection.
|
| Transport |
A Transport object is used by Face to send packets and to listen for incoming
packets.
|
| Transport.ConnectionInfo |
A Transport.ConnectionInfo is a base class for connection information used
by subclasses of Transport.
|
| UdpTransport |
UdpTransport extends the Transport interface to implement communication over
UDP.
|
| UdpTransport.ConnectionInfo |
A UdpTransport.ConnectionInfo extends Transport.ConnectionInfo to hold
the host and port info for the UDP connection.
|
Copyright © 2019. All rights reserved.