Class TimedReconnectStrategyFactory
- java.lang.Object
-
- org.opendaylight.netconf.nettyutil.TimedReconnectStrategyFactory
-
- All Implemented Interfaces:
ReconnectStrategyFactory
@Deprecated public final class TimedReconnectStrategyFactory extends Object implements ReconnectStrategyFactory
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description TimedReconnectStrategyFactory(io.netty.util.concurrent.EventExecutor executor, Long maxConnectionAttempts, int minSleep, BigDecimal sleepFactor)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ReconnectStrategycreateReconnectStrategy()Deprecated.Create a new ReconnectStrategy.
-
-
-
Constructor Detail
-
TimedReconnectStrategyFactory
public TimedReconnectStrategyFactory(io.netty.util.concurrent.EventExecutor executor, Long maxConnectionAttempts, int minSleep, BigDecimal sleepFactor)Deprecated.
-
-
Method Detail
-
createReconnectStrategy
public ReconnectStrategy createReconnectStrategy()
Deprecated.Description copied from interface:ReconnectStrategyFactoryCreate a new ReconnectStrategy.- Specified by:
createReconnectStrategyin interfaceReconnectStrategyFactory- Returns:
- a new reconnecty strategy
-
-