| Modifier and Type | Field and Description |
|---|---|
protected CompilerFacade |
compilers |
protected Env |
env |
protected ExecutorService |
executorService |
protected static org.slf4j.Logger |
LOG |
protected RoutesProvider |
routesProvider |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWebServer() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractWebServer |
configure(Configuration configuration) |
protected CompilerFacade |
createCompilerFacade() |
protected Env |
createEnv() |
protected ExecutorService |
createExecutorService() |
protected Payload |
errorPage(Exception e) |
protected Payload |
errorPage(Payload payload) |
protected Payload |
errorPage(Payload payload,
Exception e) |
protected void |
handle(Request request,
Response response) |
protected void |
handleServerError(PayloadWriter payloadWriter,
Exception e) |
protected static final org.slf4j.Logger LOG
protected final Env env
protected final CompilerFacade compilers
protected final ExecutorService executorService
protected RoutesProvider routesProvider
protected AbstractWebServer configure(Configuration configuration)
protected void handleServerError(PayloadWriter payloadWriter, Exception e)
protected Env createEnv()
protected CompilerFacade createCompilerFacade()
protected ExecutorService createExecutorService()
Copyright © 2014. All Rights Reserved.