c

play.core.server

AkkaHttpServerProvider

class AkkaHttpServerProvider extends ServerProvider

Knows how to create an AkkaHttpServer.

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

Instance Constructors

  1. new AkkaHttpServerProvider()

Value Members

  1. def createServer(context: Context): AkkaHttpServer
  2. final def createServer(config: ServerConfig, app: api.Application): Server

    Create a server for a given application.

    Create a server for a given application.

    Definition Classes
    ServerProvider