Modifier and Type | Method and Description |
---|---|
protected Object |
SourceQueryChallengeDecoder.decodePacket(io.netty.channel.ChannelHandlerContext ctx,
SourceQueryRequest request,
SourceQuerySinglePacket packet)
decodePacket.
|
Modifier and Type | Method and Description |
---|---|
SourceQuerySinglePacket |
SourceQueryDecoder.SourceQueryMessage.getPacket() |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
SourceQueryDecoder.decodePacket(io.netty.channel.ChannelHandlerContext ctx,
T request,
SourceQuerySinglePacket msg)
decodePacket.
|
protected Object |
SourceQueryAuthDecoder.decodePacket(io.netty.channel.ChannelHandlerContext ctx,
T request,
SourceQuerySinglePacket packet)
decodePacket.
|
protected abstract Object |
SourceQueryAuthDecoder.decodeQueryPacket(io.netty.channel.ChannelHandlerContext ctx,
T request,
SourceQuerySinglePacket msg)
decodeQueryPacket.
|
Modifier and Type | Method and Description |
---|---|
io.netty.buffer.ByteBuf |
SourceQuerySinglePacketEncoder.encode(SourceQuerySinglePacket packet)
Encodes a
Packet into a ByteBuf |
Modifier and Type | Method and Description |
---|---|
protected Object |
SourceQueryInfoDecoder.decodeQueryPacket(io.netty.channel.ChannelHandlerContext ctx,
SourceQueryInfoRequest request,
SourceQuerySinglePacket packet)
decodeQueryPacket.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
SourceQueryPlayersDecoder.decodeQueryPacket(io.netty.channel.ChannelHandlerContext ctx,
SourceQueryPlayerRequest request,
SourceQuerySinglePacket packet)
decodeQueryPacket.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
SourceQueryRulesDecoder.decodeQueryPacket(io.netty.channel.ChannelHandlerContext ctx,
SourceQueryRulesRequest request,
SourceQuerySinglePacket msg)
decodeQueryPacket.
|
Copyright © 2016–2024. All rights reserved.