Uses of Interface
com.kuka.comm.Server

Packages that use Server
com.kuka.comm Public interfaces for navigation communication framework. 
com.kuka.comm.net Contains classes for network based connections. 
 

Uses of Server in com.kuka.comm
 

Classes in com.kuka.comm that implement Server
 class AbstractServer
          Abstract base implementation of a Server.
 class AbstractThreadedServer
          Abstract class to implement interface methods for a Server.
 

Methods in com.kuka.comm with parameters of type Server
 void ServerListener.onAcceptedConnection(Server server, Connection connection)
          This event function will be called, whenever a Connection has been accepted by the Server.
 void BaseServerListener.onAcceptedConnection(Server server, Connection connection)
           
 void ServerListener.onIncomingConnection(Server server, Connection connection)
          This event function will be called, whenever an incoming Connection has been created by the Server.
 void BaseServerListener.onIncomingConnection(Server server, Connection connection)
           
 void ServerListener.onRejectedConnection(Server server, Connection connection)
          This event function will be called, whenever a Connection has been rejected by the Server.
 void BaseServerListener.onRejectedConnection(Server server, Connection connection)
           
 

Uses of Server in com.kuka.comm.net
 

Classes in com.kuka.comm.net with type parameters of type Server
 class NetConnectionHandler<S extends Server,C extends NetConnection,T>
          Base class for handling incoming connection requests at a server.
 

Classes in com.kuka.comm.net that implement Server
 class TcpServer
          The TcpServer class creates a new TCP server for use with the KUKA Navigation Communication Framework.
 class UdpServer
          The UdpServer class creates a new UDP server for use with the KUKA Navigation Communication Framework.
 



Copyright © 2019. All rights reserved.