Uses of Interface
org.opendaylight.netconf.nettyutil.ReconnectStrategy
-
Packages that use ReconnectStrategy Package Description org.opendaylight.netconf.nettyutil -
-
Uses of ReconnectStrategy in org.opendaylight.netconf.nettyutil
Classes in org.opendaylight.netconf.nettyutil that implement ReconnectStrategy Modifier and Type Class Description classNeverReconnectStrategyDeprecated.classReconnectImmediatelyStrategyDeprecated.classTimedReconnectStrategyDeprecated.Methods in org.opendaylight.netconf.nettyutil that return ReconnectStrategy Modifier and Type Method Description ReconnectStrategyReconnectStrategyFactory. createReconnectStrategy()Deprecated.Create a new ReconnectStrategy.ReconnectStrategyTimedReconnectStrategyFactory. createReconnectStrategy()Deprecated.Methods in org.opendaylight.netconf.nettyutil with parameters of type ReconnectStrategy Modifier and Type Method Description protected io.netty.util.concurrent.Future<S>AbstractNetconfDispatcher. createClient(InetSocketAddress address, ReconnectStrategy strategy, io.netty.bootstrap.Bootstrap bootstrap, AbstractNetconfDispatcher.PipelineInitializer<S> initializer)Deprecated.Create a client but use a pre-configured bootstrap.protected io.netty.util.concurrent.Future<S>AbstractNetconfDispatcher. createClient(InetSocketAddress address, ReconnectStrategy strategy, AbstractNetconfDispatcher.PipelineInitializer<S> initializer)Deprecated.Creates a client.protected io.netty.util.concurrent.Future<Void>AbstractNetconfDispatcher. createReconnectingClient(InetSocketAddress address, ReconnectStrategyFactory connectStrategyFactory, ReconnectStrategy reestablishStrategy, AbstractNetconfDispatcher.PipelineInitializer<S> initializer)
-