object ServerSettings extends SettingsCompanion[ServerSettings]
- Source
- ServerSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerSettings
- SettingsCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Timeouts extends javadsl.settings.ServerSettings.Timeouts
Value Members
-
def
apply(configOverrides: String): ServerSettings
Create an instance of settings using the given String of config overrides to override settings set in the class loader of this class (i.e.
Create an instance of settings using the given String of config overrides to override settings set in the class loader of this class (i.e. by application.conf or reference.conf files in the class loader of this class).
- Definition Classes
- ServerSettings → SettingsCompanion
-
def
apply(config: Config): ServerSettings
Creates an instance of settings using the given Config.
Creates an instance of settings using the given Config.
- Definition Classes
- ServerSettings → SettingsCompanion
-
final
def
apply(system: ActorSystem): ServerSettings
Creates an instance of settings using the configuration provided by the given ActorSystem.
Creates an instance of settings using the configuration provided by the given ActorSystem.
- Definition Classes
- SettingsCompanion
-
implicit
def
default(implicit system: ActorRefFactory): ServerSettings
- Definition Classes
- SettingsCompanion
- implicit def timeoutsShortcut(s: ServerSettings): Timeouts
- object LogUnencryptedNetworkBytes