Class NettyInboundConnectionHandler
java.lang.Object
ChannelInboundHandlerAdapter
com.swiftmq.impl.net.netty.scheduler.NettyInboundConnectionHandler
public class NettyInboundConnectionHandler
extends ChannelInboundHandlerAdapter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
channelInactive
(ChannelHandlerContext context) void
channelRead
(ChannelHandlerContext context, Object msg) void
chunkCompleted
(byte[] b, int offset, int len) void
exceptionCaught
(ChannelHandlerContext context, Throwable cause) boolean
isClosed()
void
toString()
-
Constructor Details
-
NettyInboundConnectionHandler
-
-
Method Details