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(akka.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 HttpsConnectionContext. Otherwise binds as plain HTTP.

      Please note that when using this mode of binding you MUST include "com.typesafe.akka" %% "akka-http2-support" % AkkaHttpVersion in your dependencies / classpath.

      Specified by:
      enableHttp2 in class PreviewServerSettings
      Returns:
      (undocumented)
    • productPrefix

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