类 ClientBaseHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
cn.godmao.getty.client.base.ClientBaseHandler
所有已实现的接口:
cn.godmao.common.Init, cn.godmao.common.Init.Init1<AbstractClient>, IChannelHandler, io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler, Serializable

public class ClientBaseHandler extends io.netty.channel.ChannelInboundHandlerAdapter implements IChannelHandler, cn.godmao.common.Init.Init1<AbstractClient>
另请参阅:
  • 构造器详细资料

    • ClientBaseHandler

      public ClientBaseHandler()
  • 方法详细资料

    • init

      public void init(AbstractClient abstractClient)
      指定者:
      init 在接口中 cn.godmao.common.Init.Init1<AbstractClient>
    • exceptionCaught

      public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause)
      指定者:
      exceptionCaught 在接口中 io.netty.channel.ChannelHandler
      指定者:
      exceptionCaught 在接口中 io.netty.channel.ChannelInboundHandler
      覆盖:
      exceptionCaught 在类中 io.netty.channel.ChannelInboundHandlerAdapter
    • channelInactive

      public void channelInactive(io.netty.channel.ChannelHandlerContext ctx)
      指定者:
      channelInactive 在接口中 io.netty.channel.ChannelInboundHandler
      覆盖:
      channelInactive 在类中 io.netty.channel.ChannelInboundHandlerAdapter
    • channelActive

      public void channelActive(io.netty.channel.ChannelHandlerContext ctx)
      指定者:
      channelActive 在接口中 io.netty.channel.ChannelInboundHandler
      覆盖:
      channelActive 在类中 io.netty.channel.ChannelInboundHandlerAdapter
    • channelRead

      public void channelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg)
      指定者:
      channelRead 在接口中 io.netty.channel.ChannelInboundHandler
      覆盖:
      channelRead 在类中 io.netty.channel.ChannelInboundHandlerAdapter
    • userEventTriggered

      public void userEventTriggered(io.netty.channel.ChannelHandlerContext ctx, Object evt)
      指定者:
      userEventTriggered 在接口中 io.netty.channel.ChannelInboundHandler
      覆盖:
      userEventTriggered 在类中 io.netty.channel.ChannelInboundHandlerAdapter