Uses of Package
com.kuka.comm.net

Packages that use com.kuka.comm.net
com.kuka.comm.net Contains classes for network based connections. 
 

Classes in com.kuka.comm.net used by com.kuka.comm.net
NetConnection
          Abstract subclass which names the generic type for an AbstractConnection regarding to network specific use of ByteBuffer.
NetConnectionConfigurator
          An abstract factory base class to be used in the different network server classes (e.g.
NetConnectionHandler
          Base class for handling incoming connection requests at a server.
NetConnectionStatistics
          Statistics common to all network connections, e.g., UdpConnection and TcpConnection.
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.
TcpConnectionStatistics
          TcpConnection statistics.
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.
UdpConnectionHandler
          This class is responsible for handling incoming connection requests at a UDP server.
UdpConnectionStatistics
          UdpConnection statistics.
UdpServer
          The UdpServer class creates a new UDP server for use with the KUKA Navigation Communication Framework.
 



Copyright © 2019. All rights reserved.