Trait

typedapi.server

RouteExtractorMediumPrio

Related Doc: package server

Permalink

trait RouteExtractorMediumPrio extends RouteExtractorLowPrio

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RouteExtractorMediumPrio
  2. RouteExtractorLowPrio
  3. AnyRef
  4. 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. implicit def deleteExtractor[EIn <: HList]: RouteExtractor[HNil, HNil, HNil, DeleteCall, EIn] { type Out = EIn }

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. implicit def fixedHeaderExtractor[K, V, El <: HList, KIn <: HList, VIn <: HList, M <: MethodType, EIn <: HList](implicit kWit: Aux[K], kShow: WitnessToString[K], vWit: Aux[V], vShow: WitnessToString[V], next: RouteExtractor[El, KIn, VIn, M, EIn]): RouteExtractor[::[FixedHeader[K, V], El], KIn, VIn, M, EIn] { type Out = next.Out }

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. implicit def getExtractor[EIn <: HList, REIn <: HList](implicit rev: Aux[EIn, REIn]): RouteExtractor[HNil, HNil, HNil, GetCall, EIn] { type Out = REIn }

    Permalink
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. implicit def headerExtractor[El <: HList, K, V, KIn <: HList, VIn <: HList, M <: MethodType, EIn <: HList](implicit wit: Aux[K], show: WitnessToString[K], value: ValueExtractor[V], next: RouteExtractor[El, KIn, VIn, M, ::[V, EIn]]): RouteExtractor[::[HeaderInput, El], ::[K, KIn], ::[V, VIn], M, EIn] { type Out = next.Out }

    Permalink
  15. implicit def headerOptExtractor[El <: HList, K, V, KIn <: HList, VIn <: HList, M <: MethodType, EIn <: HList](implicit wit: Aux[K], show: WitnessToString[K], value: ValueExtractor[V], next: RouteExtractor[El, KIn, VIn, M, ::[Option[V], EIn]]): RouteExtractor[::[HeaderInput, El], ::[K, KIn], ::[Option[V], VIn], M, EIn] { type Out = next.Out }

    Permalink
  16. implicit def ignoreServerHeaderSendExtractor[K, V, El <: HList, KIn <: HList, VIn <: HList, M <: MethodType, EIn <: HList](implicit next: RouteExtractor[El, KIn, VIn, M, EIn]): RouteExtractor[::[ServerHeaderSend[K, V], El], KIn, VIn, M, EIn] { type Out = next.Out }

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. implicit def pathExtractor[S, El <: HList, KIn <: HList, VIn <: HList, M <: MethodType, EIn <: HList](implicit wit: Aux[S], show: WitnessToString[S], next: RouteExtractor[El, KIn, VIn, M, EIn]): RouteExtractor[::[S, El], KIn, VIn, M, EIn] { type Out = next.Out }

    Permalink
    Definition Classes
    RouteExtractorLowPrio
  22. implicit def postExtractor[EIn <: HList]: RouteExtractor[HNil, HNil, HNil, PostCall, EIn] { type Out = EIn }

    Permalink
  23. implicit def postWithBodyExtractor[BMT <: MediaType, Bd, EIn <: HList, REIn <: HList]: RouteExtractor[HNil, ::[FieldType[BMT, (BodyField)#T], HNil], ::[Bd, HNil], PostWithBodyCall, EIn] { type Out = (typedapi.server.BodyType[Bd], EIn) }

    Permalink
  24. implicit def putExtractor[EIn <: HList, REIn <: HList](implicit rev: Aux[EIn, REIn]): RouteExtractor[HNil, HNil, HNil, PutCall, EIn] { type Out = REIn }

    Permalink
  25. implicit def putWithBodyExtractor[BMT <: MediaType, Bd, EIn <: HList]: RouteExtractor[HNil, ::[FieldType[BMT, (BodyField)#T], HNil], ::[Bd, HNil], PutWithBodyCall, EIn] { type Out = (typedapi.server.BodyType[Bd], EIn) }

    Permalink
  26. implicit def queryExtractor[El <: HList, K, V, KIn <: HList, VIn <: HList, M <: MethodType, EIn <: HList](implicit wit: Aux[K], show: WitnessToString[K], value: ValueExtractor[V], next: RouteExtractor[El, KIn, VIn, M, ::[V, EIn]]): RouteExtractor[::[QueryInput, El], ::[K, KIn], ::[V, VIn], M, EIn] { type Out = next.Out }

    Permalink
  27. implicit def queryListExtractor[El <: HList, K, V, KIn <: HList, VIn <: HList, M <: MethodType, EIn <: HList](implicit wit: Aux[K], show: WitnessToString[K], value: ValueExtractor[V], next: RouteExtractor[El, KIn, VIn, M, ::[List[V], EIn]]): RouteExtractor[::[QueryInput, El], ::[K, KIn], ::[List[V], VIn], M, EIn] { type Out = next.Out }

    Permalink
  28. implicit def queryOptListExtractor[El <: HList, K, V, KIn <: HList, VIn <: HList, M <: MethodType, EIn <: HList](implicit wit: Aux[K], show: WitnessToString[K], value: ValueExtractor[V], next: RouteExtractor[El, KIn, VIn, M, ::[Option[V], EIn]]): RouteExtractor[::[QueryInput, El], ::[K, KIn], ::[Option[V], VIn], M, EIn] { type Out = next.Out }

    Permalink
  29. implicit def segmentExtractor[El <: HList, K, V, KIn <: HList, VIn <: HList, M <: MethodType, EIn <: HList](implicit value: ValueExtractor[V], next: RouteExtractor[El, KIn, VIn, M, ::[V, EIn]]): RouteExtractor[::[SegmentInput, El], ::[K, KIn], ::[V, VIn], M, EIn] { type Out = next.Out }

    Permalink
  30. implicit def serverHeaderMatchExtractor[El <: HList, K, V, KIn <: HList, VIn <: HList, M <: MethodType, EIn <: HList](implicit wit: Aux[K], show: WitnessToString[K], value: ValueExtractor[V], next: RouteExtractor[El, KIn, VIn, M, ::[Map[String, V], EIn]]): RouteExtractor[::[ServerHeaderMatchInput, El], ::[K, KIn], ::[Map[String, V], VIn], M, EIn] { type Out = next.Out }

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

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

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

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

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

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

Inherited from RouteExtractorLowPrio

Inherited from AnyRef

Inherited from Any

Ungrouped