public class Http2ServerSettings$ extends java.lang.Object implements SettingsCompanion<Http2ServerSettings>
Modifier and Type | Field and Description |
---|---|
static Http2ServerSettings$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Http2ServerSettings$() |
Modifier and Type | Method and Description |
---|---|
Http2ServerSettings |
create(com.typesafe.config.Config config)
Creates an instance of settings using the given Config.
|
Http2ServerSettings |
create(java.lang.String configOverrides)
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).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public static final Http2ServerSettings$ MODULE$
public Http2ServerSettings create(com.typesafe.config.Config config)
SettingsCompanion
Java API
create
in interface SettingsCompanion<Http2ServerSettings>
config
- (undocumented)public Http2ServerSettings create(java.lang.String configOverrides)
SettingsCompanion
Java API
create
in interface SettingsCompanion<Http2ServerSettings>
configOverrides
- (undocumented)