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

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

Uses of NetConnectionConfigurator in com.kuka.comm.net
 

Subclasses of NetConnectionConfigurator in com.kuka.comm.net
 class TcpConnectionConfigurator
          A TcpConnConfigurator is used by a TcpServer to configure a TcpConnection upon an incoming connection request.
 class UdpConnectionConfigurator
          A UdpConnConfigurator is used by a UdpServer to configure new UdpConnections upon an incoming connection request.
 

Methods in com.kuka.comm.net that return NetConnectionConfigurator
 NetConnectionConfigurator<C> NetConnectionHandler.getConfigurator()
           
 

Constructors in com.kuka.comm.net with parameters of type NetConnectionConfigurator
NetConnectionHandler(NetConnectionConfigurator<C> configurator)
          Creates a new connection handler that uses the given configurator to configure the connection and accepts an unlimited number of connections.
NetConnectionHandler(NetConnectionConfigurator<C> configurator, int maxConnections)
          Creates a new connection handler that uses the given configurator to configure incoming connections and limits the maximum number of active connections to maxConnections.
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.