Package net.minecraft.client.network
Class LegacyServerPinger
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.SimpleChannelInboundHandler<ByteBuf>
net.minecraft.client.network.LegacyServerPinger
- All Implemented Interfaces:
- ChannelHandler,- ChannelInboundHandler
- Mappings:
- Namespace - Name - named - net/minecraft/client/network/LegacyServerPinger- intermediary - net/minecraft/class_8676- official - ggi
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface io.netty.channel.ChannelHandlerChannelHandler.Sharable
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final LegacyServerPinger.ResponseHandlerprivate final ServerAddressprivate static final Splitter
- 
Constructor SummaryConstructorsConstructorDescriptionLegacyServerPinger(ServerAddress serverAddress, LegacyServerPinger.ResponseHandler handler) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidchannelActive(ChannelHandlerContext context) protected voidchannelRead0(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf) voidexceptionCaught(ChannelHandlerContext context, Throwable throwable) Methods inherited from class io.netty.channel.SimpleChannelInboundHandleracceptInboundMessage, channelReadMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapterchannelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapterensureNotSharable, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandlerhandlerAdded, handlerRemoved
- 
Field Details- 
SPLITTER- Mappings:
- Namespace - Name - Mixin selector - named - SPLITTER- Lnet/minecraft/client/network/LegacyServerPinger;SPLITTER:Lcom/google/common/base/Splitter;- intermediary - field_45604- Lnet/minecraft/class_8676;field_45604:Lcom/google/common/base/Splitter;- official - a- Lggi;a:Lcom/google/common/base/Splitter;
 
- 
serverAddress- Mappings:
- Namespace - Name - Mixin selector - named - serverAddress- Lnet/minecraft/client/network/LegacyServerPinger;serverAddress:Lnet/minecraft/client/network/ServerAddress;- intermediary - field_45605- Lnet/minecraft/class_8676;field_45605:Lnet/minecraft/class_639;- official - b- Lggi;b:Lghs;
 
- 
handler- Mappings:
- Namespace - Name - Mixin selector - named - handler- Lnet/minecraft/client/network/LegacyServerPinger;handler:Lnet/minecraft/client/network/LegacyServerPinger$ResponseHandler;- intermediary - field_45606- Lnet/minecraft/class_8676;field_45606:Lnet/minecraft/class_8676$class_8677;- official - c- Lggi;c:Lggi$a;
 
 
- 
- 
Constructor Details- 
LegacyServerPinger- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/network/LegacyServerPinger;<init>(Lnet/minecraft/client/network/ServerAddress;Lnet/minecraft/client/network/LegacyServerPinger$ResponseHandler;)V- intermediary - <init>- Lnet/minecraft/class_8676;<init>(Lnet/minecraft/class_639;Lnet/minecraft/class_8676$class_8677;)V- official - <init>- Lggi;<init>(Lghs;Lggi$a;)V
 
 
- 
- 
Method Details- 
channelActive- Specified by:
- channelActivein interface- ChannelInboundHandler
- Overrides:
- channelActivein class- ChannelInboundHandlerAdapter
- Throws:
- Exception
- Mappings:
- Namespace - Name - Mixin selector - named - channelActive- Lnet/minecraft/client/network/LegacyServerPinger;channelActive(Lio/netty/channel/ChannelHandlerContext;)V- intermediary - channelActive- Lnet/minecraft/class_8676;channelActive(Lio/netty/channel/ChannelHandlerContext;)V- official - channelActive- Lggi;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
 
- 
channelRead0- Specified by:
- channelRead0in class- SimpleChannelInboundHandler<ByteBuf>
- Mappings:
- Namespace - Name - Mixin selector - named - channelRead0- Lnet/minecraft/client/network/LegacyServerPinger;channelRead0(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V- intermediary - method_3005- Lnet/minecraft/class_8676;method_3005(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V- official - a- Lggi;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
 
- 
exceptionCaught- Specified by:
- exceptionCaughtin interface- ChannelHandler
- Specified by:
- exceptionCaughtin interface- ChannelInboundHandler
- Overrides:
- exceptionCaughtin class- ChannelInboundHandlerAdapter
- Mappings:
- Namespace - Name - Mixin selector - named - exceptionCaught- Lnet/minecraft/client/network/LegacyServerPinger;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V- intermediary - exceptionCaught- Lnet/minecraft/class_8676;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V- official - exceptionCaught- Lggi;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
 
 
-