voldemort.server.protocol
Interface RequestHandlerFactory

All Known Implementing Classes:
SocketRequestHandlerFactory

public interface RequestHandlerFactory

A factory that gets the appropriate request handler for a given RequestFormatType.


Method Summary
 RequestHandler getRequestHandler(RequestFormatType type)
           
 

Method Detail

getRequestHandler

RequestHandler getRequestHandler(RequestFormatType type)


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