public abstract class AbstractHttpServerModule<T extends AbstractHttpServerModule> extends QualifiedModule<T>
| Constructor and Description |
|---|
AbstractHttpServerModule() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpServerConf |
getHttpServerConfig() |
T |
listen(ConnectorConf config) |
T |
listen(Integer port) |
T |
serve(ServletContextConf servletContext) |
buildQualifiers, named, qualifiedBy, qualifiedBy, selfpublic T listen(ConnectorConf config)
public T serve(ServletContextConf servletContext)
protected HttpServerConf getHttpServerConfig()
Copyright © 2016. All rights reserved.