Class PreviewServerSettingsImpl

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public final class PreviewServerSettingsImpl extends PreviewServerSettings implements scala.Product, Serializable
See Also:
  • Constructor Details

    • PreviewServerSettingsImpl

      public PreviewServerSettingsImpl(boolean enableHttp2)
  • Method Details

    • fromSubConfig

      public static PreviewServerSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
    • prefix

      protected static String prefix()
    • apply

      public static T apply(org.apache.pekko.actor.ActorSystem system)
    • apply

      public static T apply(String configOverrides)
    • apply

      public static T apply(com.typesafe.config.Config config)
    • enableHttp2

      public boolean enableHttp2()
      Description copied from class: PreviewServerSettings
      Configures the Http extension to bind using HTTP/2 if given an pekko.http.scaladsl.HttpsConnectionContext. Otherwise binds as plain HTTP.
      Specified by:
      enableHttp2 in class PreviewServerSettings
      Returns:
      (undocumented)
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product