public class BmpDispatcherImpl extends Object implements org.opendaylight.protocol.bmp.api.BmpDispatcher
| Constructor and Description |
|---|
BmpDispatcherImpl(io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
org.opendaylight.protocol.bmp.spi.registry.BmpMessageRegistry registry,
org.opendaylight.protocol.bmp.api.BmpSessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
io.netty.channel.ChannelFuture |
createClient(InetSocketAddress remoteAddress,
org.opendaylight.protocol.bmp.api.BmpSessionListenerFactory slf,
org.opendaylight.protocol.concepts.KeyMapping keys) |
io.netty.channel.ChannelFuture |
createServer(InetSocketAddress address,
org.opendaylight.protocol.bmp.api.BmpSessionListenerFactory slf,
org.opendaylight.protocol.concepts.KeyMapping keys) |
public BmpDispatcherImpl(io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
org.opendaylight.protocol.bmp.spi.registry.BmpMessageRegistry registry,
org.opendaylight.protocol.bmp.api.BmpSessionFactory sessionFactory)
public io.netty.channel.ChannelFuture createClient(InetSocketAddress remoteAddress, org.opendaylight.protocol.bmp.api.BmpSessionListenerFactory slf, org.opendaylight.protocol.concepts.KeyMapping keys)
createClient in interface org.opendaylight.protocol.bmp.api.BmpDispatcherpublic io.netty.channel.ChannelFuture createServer(InetSocketAddress address, org.opendaylight.protocol.bmp.api.BmpSessionListenerFactory slf, org.opendaylight.protocol.concepts.KeyMapping keys)
createServer in interface org.opendaylight.protocol.bmp.api.BmpDispatcherpublic void close()
close in interface AutoCloseableCopyright © 2018 OpenDaylight. All rights reserved.