abstract class PreviewServerSettings extends AnyRef

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
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PreviewServerSettings
  2. AnyRef
  3. 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 akka.http.scaladsl.HttpsConnectionContext.

    Configures the Http extension to bind using HTTP/2 if given an akka.http.scaladsl.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.

Concrete Value Members

  1. def withEnableHttp2(newValue: Boolean): PreviewServerSettings