c

play.core.server

PekkoHttpServerProvider

class PekkoHttpServerProvider extends ServerProvider

Knows how to create an PekkoHttpServer.

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

Instance Constructors

  1. new PekkoHttpServerProvider()

Value Members

  1. def createServer(context: Context): PekkoHttpServer
  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