Packages

trait Server extends AnyRef

Source
Server.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Server
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def address: InetSocketAddress
  2. abstract def shutdown: Task[Unit]
  3. abstract def onShutdown(f: ⇒ Unit): Server.this.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.14) Compose with the shutdown task instead.

Concrete Value Members

  1. def shutdownNow(): Unit

Deprecated Value Members

  1. def awaitShutdown(): Unit

    Blocks until the server shuts down.

    Blocks until the server shuts down.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.14) Use ServerApp instead.