Class NettyOutboundConnectionHandler
java.lang.Object
ChannelInboundHandlerAdapter
com.swiftmq.impl.net.netty.scheduler.NettyOutboundConnectionHandler
public class NettyOutboundConnectionHandler
extends ChannelInboundHandlerAdapter
-
Constructor Summary
ConstructorsConstructorDescriptionNettyOutboundConnectionHandler(SwiftletContext ctx, Connection connection, ConnectionMetaData metaData) -
Method Summary
Modifier and TypeMethodDescriptionvoidchannelActive(ChannelHandlerContext context) voidchannelInactive(ChannelHandlerContext context) voidchannelRead(ChannelHandlerContext context, Object msg) voidchunkCompleted(byte[] b, int offset, int len) voidexceptionCaught(ChannelHandlerContext context, Throwable cause) booleanisActive()voidtoString()
-
Constructor Details
-
NettyOutboundConnectionHandler
public NettyOutboundConnectionHandler(SwiftletContext ctx, Connection connection, ConnectionMetaData metaData)
-
-
Method Details