Class NettyOutboundConnectionHandler
java.lang.Object
ChannelInboundHandlerAdapter
com.swiftmq.impl.net.netty.scheduler.NettyOutboundConnectionHandler
public class NettyOutboundConnectionHandler
extends ChannelInboundHandlerAdapter
-
Constructor Summary
ConstructorDescriptionNettyOutboundConnectionHandler
(SwiftletContext ctx, Connection connection, ConnectionMetaData metaData) -
Method Summary
Modifier and TypeMethodDescriptionvoid
channelActive
(ChannelHandlerContext context) void
channelInactive
(ChannelHandlerContext context) void
channelRead
(ChannelHandlerContext context, Object msg) void
chunkCompleted
(byte[] b, int offset, int len) void
exceptionCaught
(ChannelHandlerContext context, Throwable cause) boolean
isActive()
void
toString()
-
Constructor Details
-
NettyOutboundConnectionHandler
public NettyOutboundConnectionHandler(SwiftletContext ctx, Connection connection, ConnectionMetaData metaData)
-
-
Method Details