t

play.core.server

ServerComponents

trait ServerComponents extends AnyRef

Components to create a Server instance.

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

Abstract Value Members

  1. abstract def server: Server

Concrete Value Members

  1. lazy val applicationLifecycle: ApplicationLifecycle
  2. lazy val configuration: api.Configuration
  3. lazy val environment: api.Environment
  4. lazy val serverConfig: ServerConfig
  5. def serverStopHook: () ⇒ Future[Unit]
  6. lazy val sourceMapper: Option[SourceMapper]
  7. lazy val webCommands: WebCommands