Class NettyInboundConnectionHandler

java.lang.Object
ChannelInboundHandlerAdapter
com.swiftmq.impl.net.netty.scheduler.NettyInboundConnectionHandler

public class NettyInboundConnectionHandler extends ChannelInboundHandlerAdapter
  • Constructor Details

    • NettyInboundConnectionHandler

      public NettyInboundConnectionHandler(SwiftletContext ctx, Connection connection)
  • Method Details

    • isClosed

      public boolean isClosed()
    • channelInactive

      public void channelInactive(ChannelHandlerContext context) throws Exception
      Throws:
      Exception
    • exceptionCaught

      public void exceptionCaught(ChannelHandlerContext context, Throwable cause) throws Exception
      Throws:
      Exception
    • channelRead

      public void channelRead(ChannelHandlerContext context, Object msg) throws Exception
      Throws:
      Exception
    • performTimeAction

      public void performTimeAction()
    • chunkCompleted

      public void chunkCompleted(byte[] b, int offset, int len)
    • toString

      public String toString()