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 fye
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable
-
Field Summary
Modifier and TypeFieldDescriptionprivate final LegacyServerPinger.ResponseHandler
private final ServerAddress
private static final Splitter
-
Constructor Summary
ConstructorDescriptionLegacyServerPinger
(ServerAddress serverAddress, LegacyServerPinger.ResponseHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoid
channelActive
(ChannelHandlerContext context) protected void
channelRead0
(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf) void
exceptionCaught
(ChannelHandlerContext context, Throwable throwable) Methods inherited from class io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelRead
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.netty.channel.ChannelHandler
handlerAdded, 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
Lfye;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
Lfye;b:Lfzo;
-
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
Lfye;c:Lfye$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>
Lfye;<init>(Lfzo;Lfye$a;)V
-
-
Method Details
-
channelActive
- Specified by:
channelActive
in interfaceChannelInboundHandler
- Overrides:
channelActive
in classChannelInboundHandlerAdapter
- 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
Lfye;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
-
channelRead0
- Specified by:
channelRead0
in classSimpleChannelInboundHandler<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
Lfye;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
-
exceptionCaught
- Specified by:
exceptionCaught
in interfaceChannelHandler
- Specified by:
exceptionCaught
in interfaceChannelInboundHandler
- Overrides:
exceptionCaught
in classChannelInboundHandlerAdapter
- 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
Lfye;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
-