public class NoopEventProcessor extends Object implements EventProcessor
| Constructor and Description |
|---|
NoopEventProcessor() |
public MessageTransferMode<Map<CString,CString>,Void> processUserIdentification(io.netty.channel.ChannelHandlerContext ctx, Map<CString,CString> parameters) throws IOException
processUserIdentification in interface EventProcessorIOExceptionpublic MessageTransferMode<AuthenticationResponse,Void> processAuthenticationResponse(io.netty.channel.ChannelHandlerContext ctx, AuthenticationResponse response) throws IOException
processAuthenticationResponse in interface EventProcessorIOExceptionpublic MessageTransferMode<CString,Void> processUserAuthentication(io.netty.channel.ChannelHandlerContext ctx, CString password) throws IOException
processUserAuthentication in interface EventProcessorIOExceptionpublic QueriesTransferMode<SQLStatement,CommandResults> processStatement(io.netty.channel.ChannelHandlerContext ctx, SQLStatement sqlStatement) throws IOException
processStatement in interface EventProcessorIOExceptionpublic QueriesTransferMode<BindStep,CommandResults> processBindStep(io.netty.channel.ChannelHandlerContext ctx, BindStep bindStep) throws IOException
processBindStep in interface EventProcessorIOExceptionpublic QueriesTransferMode<DescribeStep,CommandResults> processDescribeStep(io.netty.channel.ChannelHandlerContext ctx, DescribeStep describeStep) throws IOException
processDescribeStep in interface EventProcessorIOExceptionpublic QueriesTransferMode<ExecuteStep,CommandResults> processExecuteStep(io.netty.channel.ChannelHandlerContext ctx, ExecuteStep executeStep) throws IOException
processExecuteStep in interface EventProcessorIOExceptionpublic QueriesTransferMode<CloseStep,CommandResults> processCloseStep(io.netty.channel.ChannelHandlerContext ctx, CloseStep closeStep) throws IOException
processCloseStep in interface EventProcessorIOExceptionpublic QueriesTransferMode<SynchronizeStep,Byte> processSynchronizeStep(io.netty.channel.ChannelHandlerContext ctx, SynchronizeStep synchronizeStep) throws IOException
processSynchronizeStep in interface EventProcessorIOExceptionpublic QueriesTransferMode<FlushStep,Void> processFlushStep(io.netty.channel.ChannelHandlerContext ctx, FlushStep flushStep) throws IOException
processFlushStep in interface EventProcessorIOExceptionpublic MessageTransferMode<Void,Void> processParseCompleteResponse(io.netty.channel.ChannelHandlerContext ctx) throws IOException
processParseCompleteResponse in interface EventProcessorIOExceptionpublic MessageTransferMode<Void,Void> processBindCompleteResponse(io.netty.channel.ChannelHandlerContext ctx) throws IOException
processBindCompleteResponse in interface EventProcessorIOExceptionpublic MessageTransferMode<List<Long>,Void> processParameterDescriptionResponse(io.netty.channel.ChannelHandlerContext ctx, List<Long> types) throws IOException
processParameterDescriptionResponse in interface EventProcessorIOExceptionpublic MessageTransferMode<List<PgsqlRowDescriptionMessage.Field>,Void> processRowDescriptionResponse(io.netty.channel.ChannelHandlerContext ctx, List<PgsqlRowDescriptionMessage.Field> fields) throws IOException
processRowDescriptionResponse in interface EventProcessorIOExceptionpublic MessageTransferMode<List<io.netty.buffer.ByteBuf>,Void> processDataRowResponse(io.netty.channel.ChannelHandlerContext ctx, List<io.netty.buffer.ByteBuf> values) throws IOException
processDataRowResponse in interface EventProcessorIOExceptionpublic MessageTransferMode<Void,Void> processNoDataResponse(io.netty.channel.ChannelHandlerContext ctx) throws IOException
processNoDataResponse in interface EventProcessorIOExceptionpublic MessageTransferMode<CString,Void> processCommandCompleteResult(io.netty.channel.ChannelHandlerContext ctx, CString tag) throws IOException
processCommandCompleteResult in interface EventProcessorIOExceptionpublic MessageTransferMode<Void,Void> processEmptyQueryResponse(io.netty.channel.ChannelHandlerContext ctx) throws IOException
processEmptyQueryResponse in interface EventProcessorIOExceptionpublic MessageTransferMode<Void,Void> processPortalSuspendedResponse(io.netty.channel.ChannelHandlerContext ctx) throws IOException
processPortalSuspendedResponse in interface EventProcessorIOExceptionpublic MessageTransferMode<Map<Byte,CString>,Void> processErrorResult(io.netty.channel.ChannelHandlerContext ctx, Map<Byte,CString> fields) throws IOException
processErrorResult in interface EventProcessorIOExceptionpublic MessageTransferMode<Void,Void> processCloseCompleteResponse(io.netty.channel.ChannelHandlerContext ctx) throws IOException
processCloseCompleteResponse in interface EventProcessorIOExceptionpublic MessageTransferMode<Byte,Void> processReadyForQueryResponse(io.netty.channel.ChannelHandlerContext ctx, Byte transactionStatus) throws IOException
processReadyForQueryResponse in interface EventProcessorIOExceptionCopyright © 2017 The CLARUS Consortium. All rights reserved.