public class SourceQuerySinglePacketDecoder extends Object implements PacketDecoder<SourceQueryPacket>
ByteBuf
instance into a SourceQuerySinglePacket
instanceConstructor and Description |
---|
SourceQuerySinglePacketDecoder() |
Modifier and Type | Method and Description |
---|---|
SourceQueryPacket |
decode(io.netty.buffer.ByteBuf data)
decode.
|
public SourceQueryPacket decode(io.netty.buffer.ByteBuf data) throws PacketDecodeException
decode.
decode
in interface PacketDecoder<SourceQueryPacket>
data
- a ByteBuf
objectPacketDecodeException
- if any.Copyright © 2016–2024. All rights reserved.