|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.common.service.AbstractService
voldemort.server.http.HttpService
public class HttpService
An embedded http server that uses jetty
Constructor Summary | |
---|---|
HttpService(VoldemortServer server,
StorageService storageService,
StoreRepository storeRepository,
RequestFormatType requestType,
int numberOfThreads,
int httpPort)
|
Method Summary | |
---|---|
int |
getNumberOfThreads()
|
int |
getPort()
|
RequestHandler |
getRequestHandler()
|
void |
startInner()
|
void |
stopInner()
|
Methods inherited from class voldemort.common.service.AbstractService |
---|
getType, isStarted, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpService(VoldemortServer server, StorageService storageService, StoreRepository storeRepository, RequestFormatType requestType, int numberOfThreads, int httpPort)
Method Detail |
---|
public void startInner()
startInner
in class AbstractService
public void stopInner()
stopInner
in class AbstractService
public int getNumberOfThreads()
public int getPort()
public RequestHandler getRequestHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |