Package akka.http.impl.settings
Class ServerSettingsImpl$
- java.lang.Object
-
- akka.http.impl.util.SettingsCompanionImpl<ServerSettingsImpl>
-
- akka.http.impl.settings.ServerSettingsImpl$
-
- All Implemented Interfaces:
java.io.Serializable
public class ServerSettingsImpl$ extends SettingsCompanionImpl<ServerSettingsImpl> implements java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ServerSettingsImpl$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ServerSettingsImpl$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerSettingsImpl
fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
ServerSettings.Timeouts
timeoutsShortcut(ServerSettings s)
-
Methods inherited from class akka.http.impl.util.SettingsCompanionImpl
apply, apply, apply, configAdditions, prefix
-
-
-
-
Field Detail
-
MODULE$
public static final ServerSettingsImpl$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
timeoutsShortcut
public ServerSettings.Timeouts timeoutsShortcut(ServerSettings s)
-
fromSubConfig
public ServerSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
- Specified by:
fromSubConfig
in classSettingsCompanionImpl<ServerSettingsImpl>
-
-