t

play.core.server

AkkaHttpServerComponents

trait AkkaHttpServerComponents extends ServerComponents

Components for building a simple Akka HTTP Server.

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

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: AkkaHttpServer
  5. lazy val serverConfig: ServerConfig
    Definition Classes
    ServerComponents
  6. def serverStopHook: () ⇒ Future[Unit]
    Definition Classes
    ServerComponents