| Package | Description |
|---|---|
| com.hotels.styx.server | |
| com.hotels.styx.server.netty |
| Modifier and Type | Method and Description |
|---|---|
HttpsConnectorConfig |
HttpsConnectorConfig.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static InetServer |
HttpServers.createHttpsServer(String name,
HttpsConnectorConfig httpsConnectorConfig,
HttpHandler handler)
Returns a new
HttpServer object, using secure HTTPS protocol. |
| Modifier and Type | Field and Description |
|---|---|
protected HttpsConnectorConfig |
NettyServerConfig.Builder.httpsConnectorConfig |
| Modifier and Type | Method and Description |
|---|---|
Optional<HttpsConnectorConfig> |
NettyServerConfig.httpsConnectorConfig() |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.handler.ssl.SslContext |
SslContexts.newSSLContext(HttpsConnectorConfig httpsConnectorConfig)
Produce an SslContext based on the provided configuration.
|
static io.netty.handler.ssl.SslContext |
SslContexts.newSSLContext(HttpsConnectorConfig httpsConnectorConfig,
MetricRegistry metricRegistry)
Produce an SslContext that will record metrics, based on the provided configuration.
|
T |
NettyServerConfig.Builder.setHttpsConnector(HttpsConnectorConfig httpsConnector) |
| Constructor and Description |
|---|
Connectors(HttpConnectorConfig http,
HttpsConnectorConfig https) |
Copyright © 2013–2020 Hotels.com. All rights reserved.