public class ServerConnectorConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerConnectorConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static Integer |
DEFAULT_HTTP_PORT |
static Integer |
DEFAULT_HTTPS_PORT |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
Boolean |
getEnabled() |
Boolean |
getHttp2() |
Integer |
getIdleTimeout() |
String |
getKeyAlias() |
String |
getKeyPassword() |
String |
getKeystorePassword() |
String |
getKeystorePath() |
Integer |
getPort() |
Boolean |
getProxyForwarding() |
Integer |
getRequestHeaderSize() |
Integer |
getResponseHeaderSize() |
List<String> |
getSslCiphers() |
List<String> |
getSslProtocols() |
public static final Integer DEFAULT_HTTP_PORT
public static final Integer DEFAULT_HTTPS_PORT
public Integer getPort()
public String getAddress()
public Boolean getEnabled()
public Boolean getHttp2()
public Boolean getProxyForwarding()
public Integer getRequestHeaderSize()
public Integer getResponseHeaderSize()
public Integer getIdleTimeout()
public String getKeystorePath()
public String getKeystorePassword()
public String getKeyAlias()
public String getKeyPassword()
Copyright © 2015–2020. All rights reserved.