public class HttpServerConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpServerConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
interfaceName |
boolean |
isSslEnabled |
int |
port |
String |
sslKeyStorePass |
String |
sslKeyStorePath |
boolean |
sslNeedsClientAuth |
String |
sslTrustStorePass |
String |
sslTrustStorePath |
| Modifier and Type | Method and Description |
|---|---|
static HttpServerConfiguration.Builder |
builder() |
String |
toString() |
public final String interfaceName
public final int port
public final String sslKeyStorePath
public final String sslKeyStorePass
public final String sslTrustStorePath
public final String sslTrustStorePass
public final boolean sslNeedsClientAuth
public final boolean isSslEnabled
public static HttpServerConfiguration.Builder builder()
Copyright © 2018. All rights reserved.