Packages

abstract class PreviewServerSettings extends javadsl.settings.PreviewServerSettings

Public API but not intended for subclassing

Options that are in "preview" or "early access" mode. These options may change and/or be removed within patch releases without early notice (e.g. by moving them into a stable supported place).

Self Type
PreviewServerSettingsImpl
Annotations
@ApiMayChange() @DoNotInherit()
Source
PreviewServerSettings.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PreviewServerSettings
  2. PreviewServerSettings
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def enableHttp2: Boolean

    Configures the Http extension to bind using HTTP/2 if given an pekko.http.scaladsl.HttpsConnectionContext.

    Configures the Http extension to bind using HTTP/2 if given an pekko.http.scaladsl.HttpsConnectionContext. Otherwise binds as plain HTTP.

    Definition Classes
    PreviewServerSettingsPreviewServerSettings

Concrete Value Members

  1. def withEnableHttp2(newValue: Boolean): PreviewServerSettings