Uses of Interface
org.opendaylight.netconf.nettyutil.ReconnectStrategyFactory
-
Packages that use ReconnectStrategyFactory Package Description org.opendaylight.netconf.nettyutil -
-
Uses of ReconnectStrategyFactory in org.opendaylight.netconf.nettyutil
Classes in org.opendaylight.netconf.nettyutil that implement ReconnectStrategyFactory Modifier and Type Class Description classTimedReconnectStrategyFactoryDeprecated.Methods in org.opendaylight.netconf.nettyutil with parameters of type ReconnectStrategyFactory Modifier and Type Method Description protected io.netty.util.concurrent.Future<Void>AbstractNetconfDispatcher. createReconnectingClient(InetSocketAddress address, ReconnectStrategyFactory connectStrategyFactory, AbstractNetconfDispatcher.PipelineInitializer<S> initializer)Deprecated.Creates a reconnecting client.protected io.netty.util.concurrent.Future<Void>AbstractNetconfDispatcher. createReconnectingClient(InetSocketAddress address, ReconnectStrategyFactory connectStrategyFactory, ReconnectStrategy reestablishStrategy, AbstractNetconfDispatcher.PipelineInitializer<S> initializer)
-