| Package | Description |
|---|---|
| com.hotels.styx.server | |
| com.hotels.styx.server.netty |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpsConnectorConfig
Https Connector configuration.
|
| Modifier and Type | Method and Description |
|---|---|
HttpConnectorConfig |
HttpConnectorConfig.port(int port) |
| Modifier and Type | Method and Description |
|---|---|
static InetServer |
HttpServers.createHttpServer(String name,
HttpConnectorConfig httpConnectorConfig,
HttpHandler handler)
Returns a new
HttpServer object, which runs on the provided port. |
| Modifier and Type | Field and Description |
|---|---|
protected HttpConnectorConfig |
NettyServerConfig.Builder.httpConnectorConfig |
| Modifier and Type | Method and Description |
|---|---|
Optional<HttpConnectorConfig> |
NettyServerConfig.httpConnectorConfig() |
| Modifier and Type | Method and Description |
|---|---|
T |
NettyServerConfig.Builder.setHttpConnector(HttpConnectorConfig httpConnector) |
| Constructor and Description |
|---|
Connectors(HttpConnectorConfig http,
HttpsConnectorConfig https) |
Copyright © 2013–2020 Hotels.com. All rights reserved.