Uses of Interface
org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher.ChannelPipelineInitializer
-
Packages that use AbstractNetconfDispatcher.ChannelPipelineInitializer Package Description org.opendaylight.netconf.nettyutil -
-
Uses of AbstractNetconfDispatcher.ChannelPipelineInitializer in org.opendaylight.netconf.nettyutil
Subinterfaces of AbstractNetconfDispatcher.ChannelPipelineInitializer in org.opendaylight.netconf.nettyutil Modifier and Type Interface Description protected static interfaceAbstractNetconfDispatcher.PipelineInitializer<S extends org.opendaylight.netconf.api.NetconfSession>Deprecated.Methods in org.opendaylight.netconf.nettyutil with parameters of type AbstractNetconfDispatcher.ChannelPipelineInitializer Modifier and Type Method Description protected <C extends io.netty.channel.Channel>
io.netty.channel.ChannelFutureAbstractNetconfDispatcher. createServer(SocketAddress address, Class<? extends io.netty.channel.ServerChannel> channelClass, AbstractNetconfDispatcher.ChannelPipelineInitializer<C,S> initializer)Deprecated.Creates server.
-