public interface BmpSession extends io.netty.channel.ChannelInboundHandler, AutoCloseable
Closeable
interface.
If the session is up, it has to redirect messages to/from user. Handles also malformed messages and unknown requests.Modifier and Type | Method and Description |
---|---|
InetAddress |
getRemoteAddress() |
channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
close
InetAddress getRemoteAddress()
Copyright © 2018 OpenDaylight. All rights reserved.