Class TcpTransport.NettyTcpTransportHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    Enclosing class:
    TcpTransport

    protected class TcpTransport.NettyTcpTransportHandler
    extends TcpTransport.NettyDefaultHandler<io.netty.buffer.ByteBuf>
    • Constructor Detail

      • NettyTcpTransportHandler

        protected NettyTcpTransportHandler()
    • Method Detail

      • channelRead0

        protected void channelRead0​(io.netty.channel.ChannelHandlerContext ctx,
                                    io.netty.buffer.ByteBuf buffer)
                             throws Exception
        Specified by:
        channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<io.netty.buffer.ByteBuf>
        Throws:
        Exception