Class Http2ServerSettings$

java.lang.Object
akka.http.scaladsl.settings.Http2ServerSettings$
All Implemented Interfaces:
SettingsCompanion<Http2ServerSettings>

public class Http2ServerSettings$ extends Object implements SettingsCompanion<Http2ServerSettings>
  • Field Details

    • MODULE$

      public static final Http2ServerSettings$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Http2ServerSettings$

      public Http2ServerSettings$()
  • Method Details

    • apply

      public Http2ServerSettings apply(com.typesafe.config.Config config)
      Description copied from interface: SettingsCompanion
      Creates an instance of settings using the given Config.
      Specified by:
      apply in interface SettingsCompanion<Http2ServerSettings>
      Parameters:
      config - (undocumented)
      Returns:
      (undocumented)
    • apply

      public Http2ServerSettings apply(String configOverrides)
      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 interface SettingsCompanion<Http2ServerSettings>
      Parameters:
      configOverrides - (undocumented)
      Returns:
      (undocumented)