t

play.core.server

PekkoHttpServerComponents

trait PekkoHttpServerComponents extends ServerComponents

Components for building a simple Pekko HTTP Server.

Source
PekkoHttpServer.scala
Linear Supertypes
ServerComponents, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PekkoHttpServerComponents
  2. ServerComponents
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def application: api.Application

Concrete Value Members

  1. lazy val applicationLifecycle: ApplicationLifecycle
    Definition Classes
    ServerComponents
  2. lazy val configuration: Configuration
    Definition Classes
    ServerComponents
  3. lazy val environment: api.Environment
    Definition Classes
    ServerComponents
  4. lazy val server: PekkoHttpServer
  5. lazy val serverConfig: ServerConfig
    Definition Classes
    ServerComponents
  6. def serverStopHook: () => Future[Unit]
    Definition Classes
    ServerComponents