Uses of Class
com.kuka.comm.net.TcpConnectionHandler

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

Uses of TcpConnectionHandler in com.kuka.comm.net
 

Methods in com.kuka.comm.net that return TcpConnectionHandler
 TcpConnectionHandler TcpServer.getTcpConnHandler()
          Get method for the factory method, which creates new TcpConnections upon incoming connections.
 

Constructors in com.kuka.comm.net with parameters of type TcpConnectionHandler
TcpServer(InetSocketAddress serverAddress, TcpConnectionHandler handler)
          Constructor to setup an new TCP server with a given InetSocketAddress to listen on.
TcpServer(int port, TcpConnectionHandler handler)
          Constructor to setup an new TCP server with a given port to listen on.
 



Copyright © 2019. All rights reserved.