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