Class NettyInboundConnectionHandler
ChannelInboundHandlerAdapter
com.swiftmq.impl.net.netty.scheduler.NettyInboundConnectionHandler
public class NettyInboundConnectionHandler
extends ChannelInboundHandlerAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchannelInactive(ChannelHandlerContext context) voidchannelRead(ChannelHandlerContext context, Object msg) voidchunkCompleted(byte[] b, int offset, int len) voidexceptionCaught(ChannelHandlerContext context, Throwable cause) booleanisClosed()voidtoString()
-
Constructor Details
-
NettyInboundConnectionHandler
-
-
Method Details