| Package | Description | 
|---|---|
| org.opendaylight.protocol.bmp.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| static io.netty.bootstrap.Bootstrap | BmpDispatcherUtil. createClientBootstrap(BmpSessionFactory sessionFactory,
                     BmpHandlerFactory hf,
                     BmpDispatcherUtil.CreateChannel createChannel,
                     BmpSessionListenerFactory slf,
                     InetSocketAddress remoteAddress,
                     io.netty.channel.EventLoopGroup workerGroup,
                     int connectTimeout,
                     KeyMapping keys)To be used by BMP Dispatcher mainly. | 
| static io.netty.bootstrap.Bootstrap | BmpDispatcherUtil. createClientBootstrap(BmpSessionFactory sessionFactory,
                     BmpHandlerFactory hf,
                     BmpDispatcherUtil.CreateChannel createChannel,
                     BmpSessionListenerFactory slf,
                     InetSocketAddress remoteAddress,
                     SocketAddress localAddress,
                     io.netty.channel.EventLoopGroup workerGroup,
                     int connectTimeout,
                     KeyMapping keys,
                     boolean reuseAddress,
                     boolean tryEpollSocket) | 
| static io.netty.bootstrap.ServerBootstrap | BmpDispatcherUtil. createServerBootstrap(BmpSessionFactory sessionFactory,
                     BmpHandlerFactory hf,
                     BmpSessionListenerFactory slf,
                     BmpDispatcherUtil.CreateChannel createChannel,
                     io.netty.channel.EventLoopGroup bossGroup,
                     io.netty.channel.EventLoopGroup workerGroup,
                     KeyMapping keys)To be used by BMP Dispatcher mainly. | 
| static io.netty.bootstrap.ServerBootstrap | BmpDispatcherUtil. createServerBootstrap(BmpSessionFactory sessionFactory,
                     BmpHandlerFactory hf,
                     BmpSessionListenerFactory slf,
                     BmpDispatcherUtil.CreateChannel createChannel,
                     io.netty.channel.EventLoopGroup bossGroup,
                     io.netty.channel.EventLoopGroup workerGroup,
                     KeyMapping keys,
                     boolean tryEpollSocket) | 
Copyright © 2018 OpenDaylight. All rights reserved.