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 fijintermediary net/minecraft/class_8676named net/minecraft/client/network/LegacyServerPinger
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LegacyServerPinger.ResponseHandlerprivate final ServerAddressprivate static final Splitter -
Constructor Summary
ConstructorsConstructorDescriptionLegacyServerPinger(ServerAddress serverAddress, LegacyServerPinger.ResponseHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoidchannelActive(ChannelHandlerContext context) protected voidchannelRead0(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf) voidexceptionCaught(ChannelHandlerContext context, Throwable throwable) Methods inherited from class io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelReadMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandler
handlerAdded, handlerRemoved
-
Field Details
-
SPLITTER
- Mappings:
Namespace Name Mixin selector official aLfij;a:Lcom/google/common/base/Splitter;intermediary field_45604Lnet/minecraft/class_8676;field_45604:Lcom/google/common/base/Splitter;named SPLITTERLnet/minecraft/client/network/LegacyServerPinger;SPLITTER:Lcom/google/common/base/Splitter;
-
serverAddress
- Mappings:
Namespace Name Mixin selector official bLfij;b:Lfjk;intermediary field_45605Lnet/minecraft/class_8676;field_45605:Lnet/minecraft/class_639;named serverAddressLnet/minecraft/client/network/LegacyServerPinger;serverAddress:Lnet/minecraft/client/network/ServerAddress;
-
handler
- Mappings:
Namespace Name Mixin selector official cLfij;c:Lfij$a;intermediary field_45606Lnet/minecraft/class_8676;field_45606:Lnet/minecraft/class_8676$class_8677;named handlerLnet/minecraft/client/network/LegacyServerPinger;handler:Lnet/minecraft/client/network/LegacyServerPinger$ResponseHandler;
-
-
Constructor Details
-
LegacyServerPinger
- Mappings:
Namespace Name Mixin selector official <init>Lfij;<init>(Lfjk;Lfij$a;)Vintermediary <init>Lnet/minecraft/class_8676;<init>(Lnet/minecraft/class_639;Lnet/minecraft/class_8676$class_8677;)Vnamed <init>Lnet/minecraft/client/network/LegacyServerPinger;<init>(Lnet/minecraft/client/network/ServerAddress;Lnet/minecraft/client/network/LegacyServerPinger$ResponseHandler;)V
-
-
Method Details
-
channelActive
- Specified by:
channelActivein interfaceChannelInboundHandler- Overrides:
channelActivein classChannelInboundHandlerAdapter- Throws:
Exception- Mappings:
Namespace Name Mixin selector official channelActiveLfij;channelActive(Lio/netty/channel/ChannelHandlerContext;)Vintermediary channelActiveLnet/minecraft/class_8676;channelActive(Lio/netty/channel/ChannelHandlerContext;)Vnamed channelActiveLnet/minecraft/client/network/LegacyServerPinger;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
-
channelRead0
- Specified by:
channelRead0in classSimpleChannelInboundHandler<ByteBuf>- Mappings:
Namespace Name Mixin selector official aLfij;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Vintermediary method_3005Lnet/minecraft/class_8676;method_3005(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Vnamed channelRead0Lnet/minecraft/client/network/LegacyServerPinger;channelRead0(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
-
exceptionCaught
- Specified by:
exceptionCaughtin interfaceChannelHandler- Specified by:
exceptionCaughtin interfaceChannelInboundHandler- Overrides:
exceptionCaughtin classChannelInboundHandlerAdapter- Mappings:
Namespace Name Mixin selector official exceptionCaughtLfij;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)Vintermediary exceptionCaughtLnet/minecraft/class_8676;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)Vnamed exceptionCaughtLnet/minecraft/client/network/LegacyServerPinger;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
-