Packages

object AkkaHttpImplicits

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

Type Members

  1. type HttpClient = (HttpRequest) ⇒ Future[HttpResponse]
  2. sealed trait IgnoredEntity extends AnyRef
  3. class TextPlain extends AnyRef
  4. type TraceBuilder = (String) ⇒ (HttpClient) ⇒ HttpClient

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 AccumulatingUnmarshaller[T, U, V](accumulator: AtomicReference[List[V]], ev: Unmarshaller[T, U])(acc: (U) ⇒ V)(implicit mat: Materializer): Unmarshaller[T, U]
  5. implicit def BPEviaFSU[T](implicit ev: Unmarshaller[String, T]): Unmarshaller[BodyPartEntity, T]
  6. implicit def MFDBPviaFSU[T](implicit ev: Unmarshaller[BodyPartEntity, T]): Unmarshaller[BodyPart, T]
  7. def SafeUnmarshaller[T, U](ev: Unmarshaller[T, U])(implicit mat: Materializer): Unmarshaller[T, Either[Throwable, U]]
  8. def StaticUnmarshaller[T](value: T)(implicit mat: Materializer): Unmarshaller[BodyPart, T]
  9. implicit def UnitUnmarshaller(implicit mat: Materializer): Unmarshaller[BodyPart, Unit]
  10. implicit def addShowableArg[T](implicit ev: Show[T]): AddArg[T]
  11. implicit def addShowablePath[T](implicit ev: Show[T]): AddPath[T]
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. implicit val ignoredUnmarshaller: FromEntityUnmarshaller[IgnoredEntity]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. implicit def jsonDecoderUnmarshaller[A](implicit J: Decoder[A]): FromStringUnmarshaller[A]
  22. implicit final def jsonEntityMarshaller[A](implicit J: Encoder[A], printer: Printer = Printer.noSpaces): ToEntityMarshaller[A]
  23. implicit def jsonEntityUnmarshaller[A](implicit J: Decoder[A]): FromEntityUnmarshaller[A]
  24. implicit final def jsonMarshaller(implicit printer: Printer = Printer.noSpaces): ToEntityMarshaller[Json]
  25. final val jsonStringUnmarshaller: FromStringUnmarshaller[Json]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final val stringyJsonEntityUnmarshaller: FromEntityUnmarshaller[Json]
  30. implicit final val structuredJsonEntityUnmarshaller: FromEntityUnmarshaller[Json]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. object IgnoredEntity
  37. object TextPlain

Inherited from AnyRef

Inherited from Any

Ungrouped