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 official fnx
intermediary net/minecraft/class_8676
named net/minecraft/client/network/LegacyServerPinger
-
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 official a
Lfnx;a:Lcom/google/common/base/Splitter;
intermediary field_45604
Lnet/minecraft/class_8676;field_45604:Lcom/google/common/base/Splitter;
named SPLITTER
Lnet/minecraft/client/network/LegacyServerPinger;SPLITTER:Lcom/google/common/base/Splitter;
-
serverAddress
- Mappings:
Namespace Name Mixin selector official b
Lfnx;b:Lfpf;
intermediary field_45605
Lnet/minecraft/class_8676;field_45605:Lnet/minecraft/class_639;
named serverAddress
Lnet/minecraft/client/network/LegacyServerPinger;serverAddress:Lnet/minecraft/client/network/ServerAddress;
-
handler
- Mappings:
Namespace Name Mixin selector official c
Lfnx;c:Lfnx$a;
intermediary field_45606
Lnet/minecraft/class_8676;field_45606:Lnet/minecraft/class_8676$class_8677;
named handler
Lnet/minecraft/client/network/LegacyServerPinger;handler:Lnet/minecraft/client/network/LegacyServerPinger$ResponseHandler;
-
-
Constructor Details
-
LegacyServerPinger
- Mappings:
Namespace Name Mixin selector official <init>
Lfnx;<init>(Lfpf;Lfnx$a;)V
intermediary <init>
Lnet/minecraft/class_8676;<init>(Lnet/minecraft/class_639;Lnet/minecraft/class_8676$class_8677;)V
named <init>
Lnet/minecraft/client/network/LegacyServerPinger;<init>(Lnet/minecraft/client/network/ServerAddress;Lnet/minecraft/client/network/LegacyServerPinger$ResponseHandler;)V
-
-
Method Details
-
channelActive
- Specified by:
channelActive
in interfaceChannelInboundHandler
- Overrides:
channelActive
in classChannelInboundHandlerAdapter
- Throws:
Exception
- Mappings:
Namespace Name Mixin selector official channelActive
Lfnx;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
intermediary channelActive
Lnet/minecraft/class_8676;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
named channelActive
Lnet/minecraft/client/network/LegacyServerPinger;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
-
channelRead0
- Specified by:
channelRead0
in classSimpleChannelInboundHandler<ByteBuf>
- Mappings:
Namespace Name Mixin selector official a
Lfnx;a(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
named channelRead0
Lnet/minecraft/client/network/LegacyServerPinger;channelRead0(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 official exceptionCaught
Lfnx;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
intermediary exceptionCaught
Lnet/minecraft/class_8676;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
named exceptionCaught
Lnet/minecraft/client/network/LegacyServerPinger;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
-