|
||||||||||
| 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 AbstractServicepublic void stopInner()
stopInner in class AbstractServicepublic int getNumberOfThreads()
public int getPort()
public RequestHandler getRequestHandler()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||