net.minecraft.server.network

public class LegacyQueryHandler

extends io.netty.channel.ChannelInboundHandlerAdapter

atc
net.minecraft.server.network.LegacyQueryHandler
net.minecraft.class_3238
net.minecraft.network.handler.LegacyQueryHandler
net.minecraft.server.network.LegacyPingHandler

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_14101
LOGGER
private final ServerInfo
b
server
field_44998
server

Constructor summary

ModifierConstructor
public (ServerInfo server)

Method summary

Modifier and TypeMethod
public void
channelRead(io.netty.channel.ChannelHandlerContext arg0, Object arg1)
channelRead(io.netty.channel.ChannelHandlerContext arg0, Object arg1)
channelRead(io.netty.channel.ChannelHandlerContext arg0, Object arg1)
channelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg)
private static boolean
a(io.netty.buffer.ByteBuf arg0)
readCustomPayloadPacket(io.netty.buffer.ByteBuf arg0)
method_52380(io.netty.buffer.ByteBuf arg0)
isLegacyQuery(io.netty.buffer.ByteBuf buf)
private static String
a(amp arg0)
createVersion0Response(ServerInfo arg0)
method_52379(class_8599 arg0)
getResponseFor1_2(QueryableServer server)
private static String
b(amp arg0)
createVersion1Response(ServerInfo arg0)
method_52382(class_8599 arg0)
getResponse(QueryableServer server)
private static void
a(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1)
sendFlushAndClose(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1)
method_14344(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1)
reply(io.netty.channel.ChannelHandlerContext context, io.netty.buffer.ByteBuf buf)
private static io.netty.buffer.ByteBuf
a(io.netty.buffer.ByteBufAllocator arg0, String arg1)
createLegacyDisconnectPacket(io.netty.buffer.ByteBufAllocator arg0, String arg1)
method_52381(io.netty.buffer.ByteBufAllocator arg0, String arg1)
createBuf(io.netty.buffer.ByteBufAllocator allocator, String string)