Uses of Interface
voldemort.server.protocol.RequestHandler

Packages that use RequestHandler
voldemort.server.http The HTTP server. 
voldemort.server.protocol The server side of request RPC handling. 
voldemort.server.protocol.admin Server side implementation of admin based requests 
voldemort.server.protocol.pb Server side handling of protocol buffer based requests 
voldemort.server.protocol.vold Server side handling of native Voldemort protocol requests 
 

Uses of RequestHandler in voldemort.server.http
 

Methods in voldemort.server.http that return RequestHandler
 RequestHandler HttpService.getRequestHandler()
           
 

Constructors in voldemort.server.http with parameters of type RequestHandler
StoreServlet(RequestHandler handler)
           
 

Uses of RequestHandler in voldemort.server.protocol
 

Classes in voldemort.server.protocol that implement RequestHandler
 class AbstractRequestHandler
          A base class with a few helper fields for writing a RequestHandler
 

Methods in voldemort.server.protocol that return RequestHandler
 RequestHandler RequestHandlerFactory.getRequestHandler(RequestFormatType type)
           
 RequestHandler SocketRequestHandlerFactory.getRequestHandler(RequestFormatType type)
           
 

Uses of RequestHandler in voldemort.server.protocol.admin
 

Classes in voldemort.server.protocol.admin that implement RequestHandler
 class AdminServiceRequestHandler
          Protocol buffers implementation of a RequestHandler
 

Uses of RequestHandler in voldemort.server.protocol.pb
 

Classes in voldemort.server.protocol.pb that implement RequestHandler
 class ProtoBuffRequestHandler
          A Protocol Buffers request handler
 

Uses of RequestHandler in voldemort.server.protocol.vold
 

Classes in voldemort.server.protocol.vold that implement RequestHandler
 class VoldemortNativeRequestHandler
          Server-side request handler for voldemort native client protocol
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu