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.
|
default io.netty.channel.ChannelFuture |
createClient(InetSocketAddress address,
BmpSessionListenerFactory slf,
com.google.common.base.Optional<KeyMapping> keys)
Deprecated.
|
io.netty.channel.ChannelFuture |
createServer(InetSocketAddress address,
BmpSessionListenerFactory slf,
KeyMapping keys)
Creates server.
|
default io.netty.channel.ChannelFuture |
createServer(InetSocketAddress address,
BmpSessionListenerFactory slf,
com.google.common.base.Optional<KeyMapping> keys)
Deprecated.
|
close@Deprecated default io.netty.channel.ChannelFuture createServer(InetSocketAddress address, BmpSessionListenerFactory slf, com.google.common.base.Optional<KeyMapping> keys)
address - to be bound with the serverslf - bmp session listener factorykeys - RFC2385 key mapping@Deprecated default io.netty.channel.ChannelFuture createClient(InetSocketAddress address, BmpSessionListenerFactory slf, com.google.common.base.Optional<KeyMapping> keys)
address - bmp client to connect toslf - bmp session listener factorykeys - RFC2385 key mappingio.netty.channel.ChannelFuture createServer(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys)
address - to be bound with the serverslf - bmp session listener factorykeys - RFC2385 key mappingio.netty.channel.ChannelFuture createClient(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys)
address - bmp client to connect toslf - bmp session listener factorykeys - RFC2385 key mappingCopyright © 2018 OpenDaylight. All rights reserved.