Uses of Interface
org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher.PipelineInitializer
-
Packages that use AbstractNetconfDispatcher.PipelineInitializer Package Description org.opendaylight.netconf.nettyutil -
-
Uses of AbstractNetconfDispatcher.PipelineInitializer in org.opendaylight.netconf.nettyutil
Methods in org.opendaylight.netconf.nettyutil with parameters of type AbstractNetconfDispatcher.PipelineInitializer 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 ReconnectFutureAbstractNetconfDispatcher. createReconnectingClient(InetSocketAddress address, ReconnectStrategyFactory connectStrategyFactory, AbstractNetconfDispatcher.PipelineInitializer<S> initializer)Deprecated.Creates a reconnecting client.protected io.netty.channel.ChannelFutureAbstractNetconfDispatcher. createServer(InetSocketAddress address, AbstractNetconfDispatcher.PipelineInitializer<S> initializer)Deprecated.Creates server.
-