public final class BmpSessionImpl extends io.netty.channel.SimpleChannelInboundHandler<org.opendaylight.yangtools.yang.binding.Notification> implements BmpSession
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | BmpSessionImpl.State | 
| Constructor and Description | 
|---|
| BmpSessionImpl(BmpSessionListener listener) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected com.google.common.base.MoreObjects.ToStringHelper | addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) | 
| void | channelActive(io.netty.channel.ChannelHandlerContext ctx) | 
| void | channelInactive(io.netty.channel.ChannelHandlerContext ctx) | 
| protected void | channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
            org.opendaylight.yangtools.yang.binding.Notification msg) | 
| void | close() | 
| void | exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
               Throwable cause) | 
| InetAddress | getRemoteAddress() | 
| String | toString() | 
acceptInboundMessage, channelReadchannelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredhandlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic BmpSessionImpl(@Nonnull BmpSessionListener listener)
protected void channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
                            org.opendaylight.yangtools.yang.binding.Notification msg)
                     throws Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<org.opendaylight.yangtools.yang.binding.Notification>Exceptionpublic void channelInactive(io.netty.channel.ChannelHandlerContext ctx)
channelInactive in interface io.netty.channel.ChannelInboundHandlerchannelInactive in class io.netty.channel.ChannelInboundHandlerAdapterpublic void channelActive(io.netty.channel.ChannelHandlerContext ctx)
                   throws Exception
channelActive in interface io.netty.channel.ChannelInboundHandlerchannelActive in class io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void close()
close in interface AutoCloseablepublic InetAddress getRemoteAddress()
getRemoteAddress in interface BmpSessionpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
                            Throwable cause)
                     throws Exception
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterExceptionprotected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
Copyright © 2018 OpenDaylight. All rights reserved.