Package | Description |
---|---|
com.ibasco.agql.protocols.valve.source.query.common.packets | |
com.ibasco.agql.protocols.valve.source.query.common.packets.util |
Modifier and Type | Class and Description |
---|---|
class |
SourceQuerySinglePacket
A single-type
SourceQueryPacket |
class |
SourceQuerySplitPacket
A special source query packet representing a split-packet type.
|
Modifier and Type | Method and Description |
---|---|
static <T extends PacketDecoder<P>,P extends SourceQueryPacket> |
SourceQueryPacketDecoderProvider.getDecoder(int type)
Get a singleton instance of a
PacketDecoder based on the type provided. |
Modifier and Type | Method and Description |
---|---|
SourceQueryPacket |
SourceQuerySplitPacketDecoder.decode(io.netty.buffer.ByteBuf buffer)
decode.
|
SourceQueryPacket |
SourceQuerySinglePacketDecoder.decode(io.netty.buffer.ByteBuf data)
decode.
|
Copyright © 2016–2024. All rights reserved.