|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| AbstractServer.ConnectionConsumer | Represents an operation on a connection that accepts a single input argument and returns no result. |
| Connection | A Connection represents a communication channel that can be used to send and receive messages (data
objects). |
| ConnectionListener | An interface to react connection states. |
| ConnectionStatistics | Represents general connection statistics that are independent of the underlying implementation of the connection. |
| MessageHandler<M> | Interface to react on incoming messages. |
| ReconnectStrategy | A reconnect strategy may allow or disallow an automatic reconnection attempt, if the Connection detects that
it has been disconnected due to some unforeseen event or error condition. |
| Server | A Server represents a thread that waits for incoming connection requests and reacts to them by creating
new Connection objects, that represent the local endpoint of an incoming connection. |
| ServerListener | An interface to be noticed when a new incoming connection connects to the server. |
| Class Summary | |
|---|---|
| AbstractConnection | An abstract implementation for the connection interface. |
| AbstractServer | Abstract base implementation of a Server. |
| AbstractThreadedServer | Abstract class to implement interface methods for a Server. |
| BaseConnectionListener | The corresponding adapter class for the ConnectionListener class that implements all event methods with an empty method body. |
| BaseServerListener | The corresponding adapter class for the ServerListener class that implements all event methods with an empty
method body. |
| ConnectionConfigurator<C extends Connection> | Class to automatically configure Connections, especially used for
configuring incoming connections at a server. |
| ReconnectStrategies | This class provides some static factory methods for creating different reconnect strategies. |
| Exception Summary | |
|---|---|
| ConnectionException | A base exception which can occur in context of KUKA Navigation Communication Framework. |
| ServerStartupException | Unchecked exception that is thrown if the server startup failed. |
Public interfaces for navigation communication framework.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||