Trait/Object

unfiltered.directives

Directives

Related Docs: object Directives | package directives

Permalink

trait Directives extends AnyRef

Source
Directives.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Directives
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class when[A](f: PartialFunction[HttpRequest[Any], A]) extends Product with Serializable

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. object commit extends Directive[Any, Nothing, Unit]

    Permalink
  7. def cookies: Directive[Any, Nothing, Map[String, Option[Cookie]]]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def error[R](r: R): Directive[Any, R, Nothing]

    Permalink
  11. def failure[R](r: R): Directive[Any, R, Nothing]

    Permalink
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getOrElse[R, A](opt: Option[A], orElse: ⇒ ResponseFunction[R]): Directive[Any, ResponseFunction[R], A]

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def headerNames: Directive[Any, Nothing, Iterator[String]]

    Permalink
  17. def headers(name: String): Directive[Any, Nothing, Iterator[String]]

    Permalink
  18. def inputStream: Directive[Any, Nothing, InputStream]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isSecure: Directive[Any, Nothing, Boolean]

    Permalink
  21. def method: Directive[Any, Nothing, String]

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def param[A, B](name: String)(f: (Seq[String]) ⇒ Option[B]): Directive[Any, Nothing, Option[B]]

    Permalink
  26. def parameterNames: Directive[Any, Nothing, Iterator[String]]

    Permalink
  27. def parameterValues(param: String): Directive[Any, Nothing, Seq[String]]

    Permalink
  28. def protocol: Directive[Any, Nothing, String]

    Permalink
  29. def queryParams: Directive[Any, Nothing, Map[String, Seq[String]]]

    Permalink
  30. def reader: Directive[Any, Nothing, Reader]

    Permalink
  31. def remoteAddr: Directive[Any, Nothing, String]

    Permalink
  32. def request[T]: Directive[T, Nothing, HttpRequest[T]]

    Permalink
  33. def result[R, A](r: Result[R, A]): Directive[Any, R, A]

    Permalink
  34. def success[A](value: A): Directive[Any, Nothing, A]

    Permalink

    Produces a Directive with the given Result.Success value, for when a directive is required to satisfy an intent's interface but all requests are acceptable

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. def underlying[T]: Directive[T, Nothing, T]

    Permalink
  38. def uri: Directive[Any, Nothing, String]

    Permalink
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def autocommit[T, R, A](d: Directive[T, R, A]): Directive[T, R, A]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) Use: for { x <- myDirective _ <- commit ... } instead of autocommit(myDirective)

Inherited from AnyRef

Inherited from Any

Ungrouped