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, write
bind, close, connect, deregister, disconnect, flush, read
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
public 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>
Exception
Copyright © 2016–2024. All rights reserved.