Modifier and Type |
Method and Description |
static ServerSettings |
apply(com.typesafe.config.Config config) |
static ServerSettings |
apply(java.lang.String configOverrides) |
abstract int |
backlog() |
abstract Host |
defaultHostHeader() |
abstract int |
defaultHttpPort() |
abstract int |
defaultHttpsPort() |
int |
getBacklog() |
Host |
getDefaultHostHeader() |
int |
getDefaultHttpPort() |
int |
getDefaultHttpsPort() |
java.util.Optional<java.lang.Object> |
getLogUnencryptedNetworkBytes() |
int |
getMaxConnections() |
ParserSettings |
getParserSettings() |
int |
getPipeliningLimit() |
PreviewServerSettings |
getPreviewServerSettings() |
boolean |
getRawRequestUriHeader() |
boolean |
getRemoteAddressHeader() |
int |
getResponseHeaderSizeHint() |
java.util.Optional<Server> |
getServerHeader() |
java.util.List<akka.io.Inet.SocketOption> |
getSocketOptions() |
ServerSettings.Timeouts |
getTimeouts() |
boolean |
getTransparentHeadRequests() |
boolean |
getVerboseErrorMessages() |
java.lang.Object |
getWebsocketRandomFactory() |
abstract Http2ServerSettings |
http2Settings() |
abstract scala.Option<java.lang.Object> |
logUnencryptedNetworkBytes() |
abstract int |
maxConnections() |
abstract ParserSettings |
parserSettings() |
abstract int |
pipeliningLimit() |
abstract PreviewServerSettings |
previewServerSettings() |
abstract boolean |
rawRequestUriHeader() |
abstract boolean |
remoteAddressHeader() |
abstract int |
responseHeaderSizeHint() |
abstract scala.Option<Server> |
serverHeader() |
abstract scala.collection.immutable.Seq<akka.io.Inet.SocketOption> |
socketOptions() |
abstract ServerSettings.Timeouts |
timeouts() |
static ServerSettings.Timeouts |
timeoutsShortcut(ServerSettings s) |
abstract boolean |
transparentHeadRequests() |
abstract boolean |
verboseErrorMessages() |
abstract scala.Function0<java.util.Random> |
websocketRandomFactory() |
ServerSettings |
withBacklog(int newValue) |
ServerSettings |
withDefaultHostHeader(Host newValue) |
ServerSettings |
withDefaultHttpPort(int newValue) |
ServerSettings |
withDefaultHttpsPort(int newValue) |
ServerSettings |
withLogUnencryptedNetworkBytes(scala.Option<java.lang.Object> newValue) |
ServerSettings |
withMaxConnections(int newValue) |
ServerSettings |
withParserSettings(ParserSettings newValue) |
ServerSettings |
withPipeliningLimit(int newValue) |
ServerSettings |
withPreviewServerSettings(PreviewServerSettings newValue) |
ServerSettings |
withRawRequestUriHeader(boolean newValue) |
ServerSettings |
withRemoteAddressHeader(boolean newValue) |
ServerSettings |
withResponseHeaderSizeHint(int newValue) |
ServerSettings |
withServerHeader(scala.Option<Server> newValue) |
ServerSettings |
withSocketOptions(java.lang.Iterable<akka.io.Inet.SocketOption> newValue) |
ServerSettings |
withSocketOptions(scala.collection.immutable.Seq<akka.io.Inet.SocketOption> newValue) |
ServerSettings |
withTimeouts(ServerSettings.Timeouts newValue) |
ServerSettings |
withTransparentHeadRequests(boolean newValue) |
ServerSettings |
withVerboseErrorMessages(boolean newValue) |
ServerSettings |
withWebsocketRandomFactory(scala.Function0<java.util.Random> newValue) |
ServerSettings |
withWebsocketRandomFactory(java.util.function.Supplier<java.util.Random> newValue) |