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