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