Class PreviewServerSettingsImpl

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public final class PreviewServerSettingsImpl
    extends PreviewServerSettings
    implements scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • PreviewServerSettingsImpl

        public PreviewServerSettingsImpl​(boolean enableHttp2)
    • Method Detail

      • fromSubConfig

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

        protected static java.lang.String prefix()
      • apply

        public static T apply​(akka.actor.ActorSystem system)
      • apply

        public static T apply​(java.lang.String configOverrides)
      • apply

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

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