package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait HttpPortBinding extends AnyRef
  2. trait HttpsPortBinding extends AnyRef
  3. trait IO extends AnyRef
  4. case class MIMEType(major: String, minor: String, params: Map[String, String] = Map.empty) extends Product with Serializable
  5. trait PlanServer[T] extends Server
  6. trait PortBindingInfo extends AnyRef

    Describes a server's host and port bindings.

  7. trait RunnableServer extends StartableServer
  8. trait Server extends AnyRef

    Unfiltered's base server trait, something plans can be added to

  9. trait StartableServer extends Server
  10. case class HttpPortBindingShim(host: String, port: Int) extends PortBindingInfo with HttpPortBinding with Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Info-only binding for older server builders

  11. case class HttpsPortBindingShim(host: String, port: Int) extends PortBindingInfo with HttpsPortBinding with Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.1) Info-only binding for older server builders

Value Members

  1. object Browser
  2. object IO extends IO
  3. object MIMEType extends Serializable
  4. object Of

    Extractors that match on strings that can be converted to types.

  5. object Port

Ungrouped