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

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

Uses of UdpConnectionHandler in com.kuka.comm.net
 

Methods in com.kuka.comm.net that return UdpConnectionHandler
 UdpConnectionHandler UdpServer.getUdpConnHandler()
          Returns the UDP connection factory.
 

Constructors in com.kuka.comm.net with parameters of type UdpConnectionHandler
UdpServer(InetSocketAddress serverAddress, UdpConnectionHandler handler)
          Constructor for UdpServer with defined port and IPAddress.
UdpServer(int port, UdpConnectionHandler handler)
          Constructor for UdpServer with defined port.
 



Copyright © 2019. All rights reserved.