Uses of Package
com.kuka.comm

Packages that use com.kuka.comm
com.kuka.comm Public interfaces for navigation communication framework. 
com.kuka.comm.codec Contains base classes for encoding and decoding messages. 
com.kuka.comm.net Contains classes for network based connections. 
 

Classes in com.kuka.comm used by com.kuka.comm
AbstractServer
          Abstract base implementation of a Server.
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).
ConnectionException
          A base exception which can occur in context of KUKA Navigation Communication Framework.
ConnectionListener
          An interface to react connection states.
ConnectionStatistics
          Represents general connection statistics that are independent of the underlying implementation of the connection.
MessageHandler
          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.
 

Classes in com.kuka.comm used by com.kuka.comm.codec
ConnectionException
          A base exception which can occur in context of KUKA Navigation Communication Framework.
 

Classes in com.kuka.comm used by com.kuka.comm.net
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.
Connection
          A Connection represents a communication channel that can be used to send and receive messages (data objects).
ConnectionConfigurator
          Class to automatically configure Connections, especially used for configuring incoming connections at a server.
ConnectionException
          A base exception which can occur in context of KUKA Navigation Communication Framework.
ConnectionStatistics
          Represents general connection statistics that are independent of the underlying implementation of the connection.
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.
 



Copyright © 2019. All rights reserved.