Class QueryHandlerV2

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, ChannelOutboundHandler

public class QueryHandlerV2
extends AbstractGenericHandler<HttpObject,​HttpRequest,​QueryRequest>
The QueryHandlerV2 is responsible for encoding QueryRequests into lower level HttpRequests as well as decoding HttpObjects into CouchbaseResponses. The query response parser uses YasjlQueryResponseParser
Since:
1.4.3
Author:
Subhashni Balakrishnan