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, userEventTriggeredchannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtensureNotSharable, handlerAdded, isSharablepublic PgFrontendProtocol(PgBackendProtocol pgBackendProtocol, int maxObjectSize)
Copyright © 2020. All rights reserved.