public interface BmpDispatcher extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
io.netty.channel.ChannelFuture |
createClient(InetSocketAddress address,
BmpSessionListenerFactory slf,
KeyMapping keys)
Creates reconnect clients.
|
io.netty.channel.ChannelFuture |
createServer(InetSocketAddress address,
BmpSessionListenerFactory slf,
KeyMapping keys)
Creates server.
|
close
io.netty.channel.ChannelFuture createServer(@Nonnull InetSocketAddress address, @Nonnull BmpSessionListenerFactory slf, @Nonnull KeyMapping keys)
address
- to be bound with the serverslf
- bmp session listener factorykeys
- RFC2385 key mappingio.netty.channel.ChannelFuture createClient(@Nonnull InetSocketAddress address, @Nonnull BmpSessionListenerFactory slf, @Nonnull KeyMapping keys)
address
- bmp client to connect toslf
- bmp session listener factorykeys
- RFC2385 key mappingCopyright © 2019 OpenDaylight. All rights reserved.