Trait/Object

spray.routing.directives

BasicDirectives

Related Docs: object BasicDirectives | package directives

Permalink

trait BasicDirectives extends AnyRef

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

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. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def extract[T](f: (RequestContext) ⇒ T): Directive1[T]

    Permalink

    Extracts a single value using the given function.

  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hextract[L <: HList](f: (RequestContext) ⇒ L): Directive[L]

    Permalink

    Extracts a number of values using the given function.

  13. def hprovide[L <: HList](values: L): Directive[L]

    Permalink

    Injects the given values into a directive.

  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def mapHttpResponse(f: (HttpResponse) ⇒ HttpResponse): Directive0

    Permalink
  16. def mapHttpResponseEntity(f: (HttpEntity) ⇒ HttpEntity): Directive0

    Permalink
  17. def mapHttpResponseHeaders(f: (List[HttpHeader]) ⇒ List[HttpHeader]): Directive0

    Permalink
  18. def mapHttpResponsePart(f: (HttpResponsePart) ⇒ HttpResponsePart): Directive0

    Permalink
  19. def mapInnerRoute(f: (Route) ⇒ Route): Directive0

    Permalink
  20. def mapRejections(f: (List[Rejection]) ⇒ List[Rejection]): Directive0

    Permalink
  21. def mapRequest(f: (HttpRequest) ⇒ HttpRequest): Directive0

    Permalink
  22. def mapRequestContext(f: (RequestContext) ⇒ RequestContext): Directive0

    Permalink
  23. def mapRouteResponse(f: (Any) ⇒ Any): Directive0

    Permalink
  24. def mapRouteResponsePF(f: PartialFunction[Any, Any]): Directive0

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

    Permalink
    Definition Classes
    AnyRef
  26. def noop: Directive0

    Permalink

    A Directive0 that always passes the request on to its inner route (i.e.

    A Directive0 that always passes the request on to its inner route (i.e. does nothing with the request or the response).

  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def pass: Directive0

    Permalink

    A simple alias for the noop directive.

  30. def provide[T](value: T): Directive1[T]

    Permalink

    Injects the given value into a directive.

  31. def routeRouteResponse(f: PartialFunction[Any, Route]): Directive0

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped