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 SummaryFieldsModifier and TypeFieldDescriptionstatic final ServerSentEventSettingsImpl$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(int maxEventSize, int maxLineSize, boolean emitEmptyEvents) fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c) Methods inherited from class org.apache.pekko.http.impl.util.SettingsCompanionImplapply, apply, apply, configAdditions, prefix
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ServerSentEventSettingsImpl$public ServerSentEventSettingsImpl$()
 
- 
- 
Method Details- 
applypublic ServerSentEventSettingsImpl apply(int maxEventSize, int maxLineSize, boolean emitEmptyEvents) 
- 
fromSubConfigpublic ServerSentEventSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c) - Specified by:
- fromSubConfigin class- SettingsCompanionImpl<ServerSentEventSettingsImpl>
 
 
-