public class SourceRconPacketEncoder extends io.netty.handler.codec.MessageToByteEncoder<SourceRconPacket>
SourceRconPacket instances into ByteBuf| Constructor and Description |
|---|
SourceRconPacketEncoder()
Constructor for SourceRconPacketEncoder.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
encode(io.netty.channel.ChannelHandlerContext ctx,
SourceRconPacket msg,
io.netty.buffer.ByteBuf out) |
acceptOutboundMessage, allocateBuffer, isPreferDirect, writebind, close, connect, deregister, disconnect, flush, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharablepublic SourceRconPacketEncoder()
Constructor for SourceRconPacketEncoder.
protected void encode(io.netty.channel.ChannelHandlerContext ctx,
SourceRconPacket msg,
io.netty.buffer.ByteBuf out)
throws Exception
encode in class io.netty.handler.codec.MessageToByteEncoder<SourceRconPacket>ExceptionCopyright © 2016–2024. All rights reserved.