Class ServerSentEventSettingsImpl$
java.lang.Object
org.apache.pekko.http.impl.util.SettingsCompanionImpl<ServerSentEventSettingsImpl>
org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl$
- All Implemented Interfaces:
Serializable
public class ServerSentEventSettingsImpl$
extends SettingsCompanionImpl<ServerSentEventSettingsImpl>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerSentEventSettingsImpl$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromSubConfig
(com.typesafe.config.Config root, com.typesafe.config.Config c) Methods inherited from class org.apache.pekko.http.impl.util.SettingsCompanionImpl
apply, apply, apply, configAdditions, prefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ServerSentEventSettingsImpl$
public ServerSentEventSettingsImpl$()
-
-
Method Details
-
fromSubConfig
public ServerSentEventSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c) - Specified by:
fromSubConfig
in classSettingsCompanionImpl<ServerSentEventSettingsImpl>
-