Uses of Class
com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib.NameserverProxy

Packages that use NameserverProxy
com.kuka.roboticsAPI.controllerModel.sunrise Contains the controller implementation for the sunrise controller including it's IO interface. 
com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib Contains the java ConnectionLib implementation. 
 

Uses of NameserverProxy in com.kuka.roboticsAPI.controllerModel.sunrise
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise that return NameserverProxy
 NameserverProxy SunriseController.getNameserver()
          Returns the nameserver instance used for the controller.
protected  NameserverProxy SunriseConnection.getNameserver()
           
 NameserverProxy SunriseApplication.getNameserver()
          Returns the nameserver instance used for this application.
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise with parameters of type NameserverProxy
static SunriseConnection SunriseConnection.getSunriseConnectionAndRegisterAsHandler(NameserverProxy nameserver, IMessageHandler handler, int keepAliveSendInterval, int keepAliveReceiveTimeout)
          Gets the sunrise connection for the specified nameserver.
 

Constructors in com.kuka.roboticsAPI.controllerModel.sunrise with parameters of type NameserverProxy
SunriseConnection(NameserverProxy nameserver, int keepAliveSendTimeout, int keepAliveReceiveTimeout)
          Creates a new connection to Sunrise.
 

Uses of NameserverProxy in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib that return NameserverProxy
static NameserverProxy NameserverProxy.getNameserverProxy(String host, int port)
          Gets the nameserver proxy for the specified host address and port.
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib with parameters of type NameserverProxy
 com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib.Channel CommunicationMedium.createChannel(NameserverProxy proxy)
          Creates an empty, uninitialized channel fitting the given communication medium.
abstract  com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib.ConnectionData ConnectionType.createConnectionData(NameserverProxy ns, String name)
          Creates a connection data object.
 

Constructors in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib with parameters of type NameserverProxy
Connection(ConnectionType connectionType, String name, NameserverProxy nameserver)
          Creates a new connection.
 



Copyright © 2019. All rights reserved.