play.core.server.akkahttp

AkkaHttpServer

class AkkaHttpServer extends Server

Starts a Play server using Akka HTTP.

Linear Supertypes
Server, ServerWithStop, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AkkaHttpServer
  2. Server
  3. ServerWithStop
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AkkaHttpServer(config: ServerConfig, applicationProvider: ApplicationProvider, actorSystem: ActorSystem, stopHook: () ⇒ Future[Unit])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val address: InetSocketAddress

  7. val applicationProvider: ApplicationProvider

    Definition Classes
    AkkaHttpServer → Server
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def executeAction(request: HttpRequest, taggedRequestHeader: RequestHeader, requestBodyEnumerator: Enumerator[Array[Byte]], action: EssentialAction, errorHandler: HttpErrorHandler): Future[HttpResponse]

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getHandlerFor(request: RequestHeader): Either[Future[Result], (RequestHeader, Handler, api.Application)]

    Definition Classes
    Server
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def httpPort: Some[Int]

    Definition Classes
    AkkaHttpServer → Server
  18. def httpsPort: None.type

    Definition Classes
    AkkaHttpServer → Server
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. lazy val mainAddress: InetSocketAddress

    Definition Classes
    AkkaHttpServer → ServerWithStop
  21. implicit val materializer: ActorMaterializer

  22. def mode: api.Mode.Mode

    Definition Classes
    AkkaHttpServer → Server
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def stop(): Unit

    Definition Classes
    AkkaHttpServer → Server → ServerWithStop
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. implicit val system: ActorSystem

  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Server

Inherited from ServerWithStop

Inherited from AnyRef

Inherited from Any

Ungrouped