public class PgFrontendProtocol
extends io.netty.handler.codec.ByteToMessageDecoder
Modifier and Type | Class and Description |
---|---|
static class |
PgFrontendProtocol.NullTerminatedStringDataInputStream |
static class |
PgFrontendProtocol.PGRequest |
Constructor and Description |
---|
PgFrontendProtocol(PgBackendProtocol pgBackendProtocol,
int maxObjectSize) |
Modifier and Type | Method and Description |
---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf buffer,
List<Object> out) |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggered
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught
ensureNotSharable, handlerAdded, isSharable
public PgFrontendProtocol(PgBackendProtocol pgBackendProtocol, int maxObjectSize)
Copyright © 2019. All rights reserved.