Package

unfiltered

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait HttpPortBinding extends AnyRef

    Permalink
  2. trait HttpsPortBinding extends AnyRef

    Permalink
  3. trait IO extends AnyRef

    Permalink
  4. case class MIMEType(major: String, minor: String, params: Map[String, String] = Map.empty) extends Product with Serializable

    Permalink
  5. trait PlanServer[T] extends Server

    Permalink
  6. trait PortBindingInfo extends AnyRef

    Permalink

    Describes a server's host and port bindings.

  7. trait RunnableServer extends StartableServer

    Permalink
  8. trait Server extends AnyRef

    Permalink

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

  9. trait StartableServer extends Server

    Permalink
  10. case class HttpPortBindingShim(host: String, port: Int) extends PortBindingInfo with HttpPortBinding with Product with Serializable

    Permalink
    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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Value Members

  1. object Browser

    Permalink
  2. object IO extends IO

    Permalink
  3. object MIMEType extends Serializable

    Permalink
  4. object Of

    Permalink

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

  5. object Port

    Permalink

Ungrouped