Class ChannelHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler

    
    public class ChannelHandler
    extends ChannelDuplexHandler
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void write(ChannelHandlerContext context, Object packet, ChannelPromise promise)
      void channelRead(ChannelHandlerContext context, Object packet)
      • Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        bind, channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, isSharable, read, userEventTriggered
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChannelHandler

        ChannelHandler(UUID uuid)
    • Method Detail

      • write

         void write(ChannelHandlerContext context, Object packet, ChannelPromise promise)