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