public class PgsqlRawPartEncoder extends io.netty.handler.codec.MessageToByteEncoder<PgsqlRawPart>
| Constructor and Description |
|---|
PgsqlRawPartEncoder(boolean frontend) |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.buffer.ByteBuf |
allocateBuffer(io.netty.channel.ChannelHandlerContext ctx,
PgsqlRawPart msg,
boolean preferDirect) |
protected void |
encode(io.netty.channel.ChannelHandlerContext ctx,
PgsqlRawPart msg,
io.netty.buffer.ByteBuf out) |
acceptOutboundMessage, writebind, close, connect, deregister, disconnect, flush, readexceptionCaught, handlerAdded, handlerRemoved, isSharableprotected io.netty.buffer.ByteBuf allocateBuffer(io.netty.channel.ChannelHandlerContext ctx,
PgsqlRawPart msg,
boolean preferDirect)
throws Exception
allocateBuffer in class io.netty.handler.codec.MessageToByteEncoder<PgsqlRawPart>Exceptionprotected void encode(io.netty.channel.ChannelHandlerContext ctx,
PgsqlRawPart msg,
io.netty.buffer.ByteBuf out)
throws Exception
encode in class io.netty.handler.codec.MessageToByteEncoder<PgsqlRawPart>ExceptionCopyright © 2017 The CLARUS Consortium. All rights reserved.