Uses of Interface
com.kuka.comm.ReconnectStrategy

Packages that use ReconnectStrategy
com.kuka.comm Public interfaces for navigation communication framework. 
com.kuka.comm.net Contains classes for network based connections. 
 

Uses of ReconnectStrategy in com.kuka.comm
 

Methods in com.kuka.comm that return ReconnectStrategy
static ReconnectStrategy ReconnectStrategies.alwaysReconnect()
          Creates a ReconnectStrategy that will allow infinite reconnection attempts.
 ReconnectStrategy Connection.getAutoReconnectStrategy()
          Returns the currently set auto reconnection strategy.
 ReconnectStrategy AbstractConnection.getAutoReconnectStrategy()
           
static ReconnectStrategy ReconnectStrategies.maxReconnectFailures(int maxTotalFailures)
          Creates a ReconnectStrategy that will only allow a certain total number of reconnection attempts per connection.
static ReconnectStrategy ReconnectStrategies.maxReconnectFailuresWithReset(int maxFailuresInARow)
          This class implements an ReconnectStrategy that will restrict the number of failed reconnection attempts in a row by a given value (per connection).
static ReconnectStrategy ReconnectStrategies.neverReconnect()
          Creates a ReconnectStrategy that will reject any reconnection attempts.
 

Methods in com.kuka.comm with parameters of type ReconnectStrategy
 void Connection.setAutoReconnectStrategy(ReconnectStrategy strategy)
          Sets the auto reconnection strategy.
 void AbstractConnection.setAutoReconnectStrategy(ReconnectStrategy strategy)
           
 

Uses of ReconnectStrategy in com.kuka.comm.net
 

Methods in com.kuka.comm.net that return ReconnectStrategy
 ReconnectStrategy NetConnectionConfigurator.getAutoReconnectStrategy()
          Getter for the currently set ReconnectStrategy.
 

Methods in com.kuka.comm.net with parameters of type ReconnectStrategy
 void NetConnectionConfigurator.setAutoReconnectStrategy(ReconnectStrategy strategy)
          Setter to append an ReconnectStrategy to this Connection.
 



Copyright © 2019. All rights reserved.