public class QueryRequestHandler extends PgsqlMessageHandler<PgsqlQueryRequestMessage>
msgTypes, numberOfPeerChannels, preferredPeerChannel| Constructor and Description |
|---|
QueryRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decodeStream(io.netty.channel.ChannelHandlerContext ctx,
byte type,
MutableByteBufInputStream in) |
protected List<DirectedMessage<PgsqlQueryRequestMessage>> |
directedProcess(io.netty.channel.ChannelHandlerContext ctx,
PgsqlQueryRequestMessage msg) |
protected boolean |
isStreamingSupported(byte type) |
acceptInboundMessage, allocate, channelRead, decode, decode, decodeStream, encode, encode, getEventProcessor, getNumberOfPeerChannels, getParser, getPgsqlSession, getPreferredPeerChannel, getPsqlConfiguration, getSqlSession, getWriter, process, sendErrorResponse, sendRequest, sendResponsechannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharableprotected boolean isStreamingSupported(byte type)
isStreamingSupported in class PgsqlMessageHandler<PgsqlQueryRequestMessage>protected void decodeStream(io.netty.channel.ChannelHandlerContext ctx,
byte type,
MutableByteBufInputStream in)
throws IOException
decodeStream in class PgsqlMessageHandler<PgsqlQueryRequestMessage>IOExceptionprotected List<DirectedMessage<PgsqlQueryRequestMessage>> directedProcess(io.netty.channel.ChannelHandlerContext ctx, PgsqlQueryRequestMessage msg) throws IOException
directedProcess in class PgsqlMessageHandler<PgsqlQueryRequestMessage>IOExceptionCopyright © 2017 The CLARUS Consortium. All rights reserved.