public class DirectCallHttpServerFactory extends java.lang.Object implements HttpServerFactory
| Constructor and Description |
|---|
DirectCallHttpServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
HttpServer |
buildHttpServer(Options options,
AdminRequestHandler adminRequestHandler,
StubRequestHandler stubRequestHandler) |
DirectCallHttpServer |
getHttpServer()
Returns the most recently created
DirectCallHttpServer. |
public HttpServer buildHttpServer(Options options, AdminRequestHandler adminRequestHandler, StubRequestHandler stubRequestHandler)
buildHttpServer in interface HttpServerFactorypublic DirectCallHttpServer getHttpServer()
DirectCallHttpServer.DirectCallHttpServer