Uses of Interface
org.opendaylight.protocol.bmp.api.BmpSessionListenerFactory
Package
Description
-
Uses of BmpSessionListenerFactory in org.opendaylight.protocol.bmp.api
Modifier and TypeMethodDescriptionio.netty.channel.ChannelFuture
BmpDispatcher.createClient
(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys) Creates reconnect clients.io.netty.channel.ChannelFuture
BmpDispatcher.createServer
(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys) Creates server.BmpSessionFactory.getSession
(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory) Creates Bmp Session. -
Uses of BmpSessionListenerFactory in org.opendaylight.protocol.bmp.impl
Modifier and TypeMethodDescriptionio.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel>
BmpDispatcherUtil.CreateChannel.create
(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf) static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel>
BmpDispatcherUtil.createChannelWithDecoder
(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf) static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel>
BmpDispatcherUtil.createChannelWithEncoder
(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf) io.netty.channel.ChannelFuture
BmpDispatcherImpl.createClient
(InetSocketAddress remoteAddress, BmpSessionListenerFactory slf, KeyMapping keys) static io.netty.bootstrap.Bootstrap
BmpDispatcherUtil.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.static io.netty.bootstrap.Bootstrap
BmpDispatcherUtil.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) io.netty.channel.ChannelFuture
BmpDispatcherImpl.createServer
(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys) static io.netty.bootstrap.ServerBootstrap
BmpDispatcherUtil.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.static io.netty.bootstrap.ServerBootstrap
BmpDispatcherUtil.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) -
Uses of BmpSessionListenerFactory in org.opendaylight.protocol.bmp.impl.session
Modifier and TypeMethodDescriptionDefaultBmpSessionFactory.getSession
(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory) -
Uses of BmpSessionListenerFactory in org.opendaylight.protocol.bmp.mock
Modifier and TypeMethodDescriptionBmpMockSessionFactory.getSession
(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)