Class ViewHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, ChannelOutboundHandler

public class ViewHandler
extends AbstractGenericHandler<HttpObject,​HttpRequest,​ViewRequest>
The ViewHandler is responsible for encoding ViewRequests into lower level HttpRequests as well as decoding HttpObjects into CouchbaseResponses.
Since:
1.0
Author:
Michael Nitschinger