public class AMQPBrokerConnectionChannelHandler
extends io.netty.channel.ChannelDuplexHandler
| Modifier | Constructor and Description |
|---|---|
protected |
AMQPBrokerConnectionChannelHandler(io.netty.channel.group.ChannelGroup group,
ProtonHandler handler,
ClientConnectionLifeCycleListener listener,
Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
protected static Object |
channelId(io.netty.channel.Channel channel) |
void |
channelInactive(io.netty.channel.ChannelHandlerContext ctx) |
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
void |
channelWritabilityChanged(io.netty.channel.ChannelHandlerContext ctx) |
bind, close, connect, deregister, disconnect, flush, read, writechannelReadComplete, channelRegistered, channelUnregistered, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected AMQPBrokerConnectionChannelHandler(io.netty.channel.group.ChannelGroup group,
ProtonHandler handler,
ClientConnectionLifeCycleListener listener,
Executor executor)
protected static Object channelId(io.netty.channel.Channel channel)
public void channelActive(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelActive in interface io.netty.channel.ChannelInboundHandlerchannelActive in class io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void channelInactive(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelInactive in interface io.netty.channel.ChannelInboundHandlerchannelInactive in class io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void channelWritabilityChanged(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelWritabilityChanged in interface io.netty.channel.ChannelInboundHandlerchannelWritabilityChanged in class io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.