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