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

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

Uses of TcpConnection in com.kuka.comm.net
 

Methods in com.kuka.comm.net that return TcpConnection
protected  TcpConnection TcpConnectionHandler.createConnection(TcpServer server, Socket socket)
           
 TcpConnection TcpConnection.enableLinger(boolean enable, int timeout)
          En-/Disable linger option for socket.
 TcpConnection TcpConnection.keepConnectionAlive(boolean keepAlive)
          Option to en-/disable the sending to a keep alive packet after two hours without incoming data.
 TcpConnection TcpConnection.setTcpNoDelay(boolean tcpNoDelay)
          TCP specific setting.
 TcpConnection TcpConnection.setTimeout(int timeout)
          Sets the timeout in milliseconds, which determines the time the Socket got block during reading.
 

Methods in com.kuka.comm.net with parameters of type TcpConnection
 void TcpConnectionConfigurator.configure(TcpConnection connection)
          Method to setup a TcpConnection with predefined settings.
 



Copyright © 2019. All rights reserved.