unfiltered

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait HttpPortBinding extends AnyRef

  2. trait HttpsPortBinding extends AnyRef

  3. trait IO extends AnyRef

  4. class MIMEType extends AnyRef

  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

  4. object Of

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

  5. object Port

  6. package control

Ungrouped