Class ParserSettings$
java.lang.Object
org.apache.pekko.http.scaladsl.settings.ParserSettings$
- All Implemented Interfaces:
SettingsCompanion<ParserSettings>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParserSettings$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(com.typesafe.config.Config config) Deprecated.Use forServer or forClient instead.Deprecated.Use forServer or forClient instead.forClient
(org.apache.pekko.actor.ClassicActorSystemProvider system) forServer
(org.apache.pekko.actor.ClassicActorSystemProvider system) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pekko.http.scaladsl.settings.SettingsCompanion
apply, apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ParserSettings$
public ParserSettings$()
-
-
Method Details
-
apply
Deprecated.Use forServer or forClient instead. Since Akka HTTP 10.2.0.Description copied from interface:SettingsCompanion
Creates an instance of settings using the given Config.- Specified by:
apply
in interfaceSettingsCompanion<ParserSettings>
- Parameters:
config
- (undocumented)- Returns:
- (undocumented)
-
apply
Deprecated.Use forServer or forClient instead. Since Akka HTTP 10.2.0.Description copied from interface:SettingsCompanion
Create an instance of settings using the given String of config overrides to override settings set in the class loader of this class (i.e. by application.conf or reference.conf files in the class loader of this class).- Specified by:
apply
in interfaceSettingsCompanion<ParserSettings>
- Parameters:
configOverrides
- (undocumented)- Returns:
- (undocumented)
-
forServer
-
forClient
-