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

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

Uses of UdpConnection in com.kuka.comm.net
 

Methods in com.kuka.comm.net that return UdpConnection
protected  UdpConnection UdpConnectionHandler.createConnection(UdpServer server, DatagramPacket packet)
           
 UdpConnection UdpConnection.setTimeout(int timeout)
          Sets the timeout, which determines the time the socket got block during DatagramSocket.receive(DatagramPacket)-call.
 

Constructor parameters in com.kuka.comm.net with type arguments of type UdpConnection
UdpConnectionHandler(NetConnectionConfigurator<UdpConnection> configurator)
          Creates a new UDP connection handler that accepts an unlimited number of connections and uses the given configurator to configure the connection.
UdpConnectionHandler(NetConnectionConfigurator<UdpConnection> configurator, int maxConnections)
          Creates a new UDP connection handler that uses the given configurator to configure incoming connections and limits the maximum number of active connections to maxConnections.
 



Copyright © 2019. All rights reserved.