|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| NetConnectionStatistics | Statistics common to all network connections, e.g., UdpConnection and TcpConnection. |
| TcpConnectionStatistics | TcpConnection statistics. |
| UdpConnectionStatistics | UdpConnection statistics. |
| Class Summary | |
|---|---|
| NetConnection | Abstract subclass which names the generic type for an AbstractConnection regarding to network specific use of
ByteBuffer. |
| NetConnectionConfigurator<C extends NetConnection> | An abstract factory base class to be used in the different network server classes (e.g. |
| NetConnectionHandler<S extends Server,C extends NetConnection,T> | Base class for handling incoming connection requests at a server. |
| TcpConnection | A connection instantiation for TCP over JavaIO. |
| TcpConnectionConfigurator | A TcpConnConfigurator is used by a TcpServer to configure a TcpConnection upon an
incoming connection request. |
| TcpConnectionHandler | This class is responsible for handling incoming connection requests at a TCP server. |
| TcpServer | The TcpServer class creates a new TCP server for use with the KUKA Navigation Communication Framework. |
| UdpConnection | Class to establish and use a UDP connection message exchange with other endpoints. |
| UdpConnectionConfigurator | A UdpConnConfigurator is used by a UdpServer to configure new UdpConnections upon an
incoming connection request. |
| UdpConnectionHandler | This class is responsible for handling incoming connection requests at a UDP server. |
| UdpServer | The UdpServer class creates a new UDP server for use with the KUKA Navigation Communication
Framework. |
Contains classes for network based connections.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||