类 LegacyServerPinger

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.SimpleChannelInboundHandler<io.netty.buffer.ByteBuf>
net.minecraft.client.multiplayer.LegacyServerPinger
所有已实现的接口:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

public class LegacyServerPinger extends io.netty.channel.SimpleChannelInboundHandler<io.netty.buffer.ByteBuf>
  • 嵌套类概要

    嵌套类
    修饰符和类型
    说明
    static interface 
     

    从接口继承的嵌套类/接口 io.netty.channel.ChannelHandler

    io.netty.channel.ChannelHandler.Sharable
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private final ServerAddress
     
     
    private static final com.google.common.base.Splitter
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    channelActive(io.netty.channel.ChannelHandlerContext p_300254_)
     
    protected void
    channelRead0(io.netty.channel.ChannelHandlerContext p_299467_, io.netty.buffer.ByteBuf p_298668_)
     
    void
    exceptionCaught(io.netty.channel.ChannelHandlerContext p_300590_, Throwable p_301394_)
     

    从类继承的方法 io.netty.channel.SimpleChannelInboundHandler

    acceptInboundMessage, channelRead

    从类继承的方法 io.netty.channel.ChannelInboundHandlerAdapter

    channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered

    从类继承的方法 io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, handlerAdded, handlerRemoved, isSharable

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 io.netty.channel.ChannelHandler

    handlerAdded, handlerRemoved
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • channelActive

      public void channelActive(io.netty.channel.ChannelHandlerContext p_300254_) throws Exception
      指定者:
      channelActive 在接口中 io.netty.channel.ChannelInboundHandler
      覆盖:
      channelActive 在类中 io.netty.channel.ChannelInboundHandlerAdapter
      抛出:
      Exception
    • channelRead0

      protected void channelRead0(io.netty.channel.ChannelHandlerContext p_299467_, io.netty.buffer.ByteBuf p_298668_)
      指定者:
      channelRead0 在类中 io.netty.channel.SimpleChannelInboundHandler<io.netty.buffer.ByteBuf>
    • exceptionCaught

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