Packages

object RequestDecoder

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestDecoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Aux[Step, OutputT] = RequestDecoder[Step] { type Output = OutputT }
  2. sealed trait DecodingError extends AnyRef
  3. type Fn[Output] = (RequestContext) => Future[Either[DecodingError, (RequestContext, Output)]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T](implicit rd: RequestDecoder[T]): Aux[T, RequestDecoder.Output]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val binaryStreamDecoder: RequestDecoder[Binary.type] { type Output = net.reactivecore.fhttp.helper.VTree.Branch[net.reactivecore.fhttp.helper.VTree.Leaf[String],net.reactivecore.fhttp.helper.VTree.Leaf[akka.stream.scaladsl.Source[akka.util.ByteString, _]]] }
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. implicit def decodeMapped[A, B, T <: TypedInput[A], V](implicit aux: Aux[T, Leaf[A]]): Aux[MappedInput[A, B, T], Leaf[B]]
  9. implicit def elemDecoder[H, T <: HList, HP <: VTree, TP <: VTree](implicit h: Aux[H, HP], aux: Aux[T, TP]): Aux[::[H, T], Branch[HP, TP]]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit val fixedPathDecoder: Aux[ExtraPathFixed, Empty]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. implicit val headerValueDecoder: Aux[AddHeader, Leaf[String]]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def make[Step, Producing <: VTree](f: (Step) => Fn[Producing]): Aux[Step, Producing]

    Generate a new Request Decoder.

  18. def mapFn[From, To](f: Fn[From], m: (From) => To): Fn[To]
  19. implicit def mapped[T]: Aux[MappedPayload[T], Leaf[T]]
  20. implicit def multipartDecoder[T <: HList, Producing <: VTree](implicit multipartDecoder: MultipartDecoder.Aux[T, Producing]): Aux[Multipart[T], Producing]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. implicit val nilDecoder: Aux[HNil, Empty]
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. implicit val queryParameterDecoder: Aux[AddQueryParameter, Leaf[String]]
  26. implicit def queryParameterMapDecoder[T]: Aux[QueryParameterMap[T], Leaf[T]]
  27. implicit val stringPathDecoder: Aux[ExtraPath.type, Leaf[String]]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. object DecodingError

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped