Class BmpDispatcherUtil
- java.lang.Object
- 
- org.opendaylight.protocol.bmp.impl.BmpDispatcherUtil
 
- 
 public final class BmpDispatcherUtil extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceBmpDispatcherUtil.CreateChannel
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel>createChannelWithDecoder(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf)static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel>createChannelWithEncoder(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf)static io.netty.bootstrap.BootstrapcreateClientBootstrap(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpDispatcherUtil.CreateChannel createChannel, @NonNull BmpSessionListenerFactory slf, @NonNull InetSocketAddress remoteAddress, @NonNull io.netty.channel.EventLoopGroup workerGroup, int connectTimeout, @NonNull KeyMapping keys)To be used by BMP Dispatcher mainly.static io.netty.bootstrap.BootstrapcreateClientBootstrap(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpDispatcherUtil.CreateChannel createChannel, @NonNull BmpSessionListenerFactory slf, @NonNull InetSocketAddress remoteAddress, @Nullable SocketAddress localAddress, @NonNull io.netty.channel.EventLoopGroup workerGroup, int connectTimeout, @NonNull KeyMapping keys, boolean reuseAddress, boolean tryEpollSocket)static io.netty.bootstrap.ServerBootstrapcreateServerBootstrap(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf, @NonNull BmpDispatcherUtil.CreateChannel createChannel, @NonNull io.netty.channel.EventLoopGroup bossGroup, @NonNull io.netty.channel.EventLoopGroup workerGroup, @NonNull KeyMapping keys)To be used by BMP Dispatcher mainly.static io.netty.bootstrap.ServerBootstrapcreateServerBootstrap(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf, @NonNull BmpDispatcherUtil.CreateChannel createChannel, @NonNull io.netty.channel.EventLoopGroup bossGroup, @NonNull io.netty.channel.EventLoopGroup workerGroup, @NonNull KeyMapping keys, boolean tryEpollSocket)
 
- 
- 
- 
Method Detail- 
createChannelWithDecoderpublic static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel> createChannelWithDecoder(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf) 
 - 
createChannelWithEncoderpublic static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel> createChannelWithEncoder(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf) 
 - 
createServerBootstrappublic static io.netty.bootstrap.ServerBootstrap createServerBootstrap(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf, @NonNull BmpDispatcherUtil.CreateChannel createChannel, @NonNull io.netty.channel.EventLoopGroup bossGroup, @NonNull io.netty.channel.EventLoopGroup workerGroup, @NonNull KeyMapping keys) To be used by BMP Dispatcher mainly.
 - 
createServerBootstrappublic static io.netty.bootstrap.ServerBootstrap createServerBootstrap(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf, @NonNull BmpDispatcherUtil.CreateChannel createChannel, @NonNull io.netty.channel.EventLoopGroup bossGroup, @NonNull io.netty.channel.EventLoopGroup workerGroup, @NonNull KeyMapping keys, boolean tryEpollSocket) 
 - 
createClientBootstrappublic static io.netty.bootstrap.Bootstrap createClientBootstrap(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpDispatcherUtil.CreateChannel createChannel, @NonNull BmpSessionListenerFactory slf, @NonNull InetSocketAddress remoteAddress, @NonNull io.netty.channel.EventLoopGroup workerGroup, int connectTimeout, @NonNull KeyMapping keys) To be used by BMP Dispatcher mainly.
 - 
createClientBootstrappublic static io.netty.bootstrap.Bootstrap createClientBootstrap(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpDispatcherUtil.CreateChannel createChannel, @NonNull BmpSessionListenerFactory slf, @NonNull InetSocketAddress remoteAddress, @Nullable SocketAddress localAddress, @NonNull io.netty.channel.EventLoopGroup workerGroup, int connectTimeout, @NonNull KeyMapping keys, boolean reuseAddress, boolean tryEpollSocket) 
 
- 
 
-