Trait

com.mdsol.mauth.http

TraceHttpClient

Related Doc: package http

Permalink

trait TraceHttpClient extends HttpClient

Linear Supertypes
HttpClient, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TraceHttpClient
  2. HttpClient
  3. LazyLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract val tracer: Tracer

    Permalink

Concrete 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 call(request: SignedRequest)(implicit ec: ExecutionContext, system: ActorSystem, materializer: ActorMaterializer): Future[HttpResponse]

    Permalink

    request

    The Signed Http Request

    ec

    The ExecutionContext to use

    system

    The ActorSystem to use

    materializer

    The ActorMaterialise used for this call

    returns

    The Response

    Definition Classes
    HttpClient
  6. def call(request: HttpRequest)(implicit ec: ExecutionContext, system: ActorSystem, materializer: ActorMaterializer): Future[HttpResponse]

    Permalink

    Raw Http Call semantics reproduced here for convenience

    Raw Http Call semantics reproduced here for convenience

    request

    The Http Request

    ec

    The ExecutionContext to use

    system

    The ActorSystem to use

    materializer

    The ActorMaterialise used for this call

    returns

    The Response

    Definition Classes
    HttpClient
  7. def call[T](request: SignedRequest, flow: Flow[ByteString, T, NotUsed])(implicit ec: ExecutionContext, system: ActorSystem, materializer: ActorMaterializer): Future[T]

    Permalink

    Generic call using Akka Http using the supplied HttpRequest

    Generic call using Akka Http using the supplied HttpRequest

    T

    The type of the returned Future, based on the Stream Flow impl

    request

    The Signed HttpRequest to satisfy

    flow

    The Stream Flow that determines the response processing and return type of the request

    ec

    The ExecutionContext to use

    system

    The ActorSystem to use

    materializer

    The ActorMaterialise used for this call

    returns

    The desired object

    Definition Classes
    HttpClient
  8. def call[T](request: HttpRequest, flow: Flow[ByteString, T, NotUsed])(implicit ec: ExecutionContext, system: ActorSystem, materializer: ActorMaterializer): Future[T]

    Permalink

    Generic call using Akka Http using the supplied HttpRequest

    Generic call using Akka Http using the supplied HttpRequest

    T

    The type of the returned Future, based on the Stream Flow impl

    request

    The HttpRequest to satisfy

    flow

    The Stream Flow that determines the response processing and return type of the request

    ec

    The ExecutionContext to use

    system

    The ActorSystem to use

    materializer

    The ActorMaterialise used for this call

    returns

    The desired object

    Definition Classes
    HttpClient
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  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 hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def traceCall(request: SignedRequest, traceName: String, parentSpan: Span)(implicit ec: ExecutionContext, system: ActorSystem, materializer: ActorMaterializer): Future[HttpResponse]

    Permalink

    request

    The Signed Http Request

    ec

    The ExecutionContext to use

    system

    The ActorSystem to use

    materializer

    The ActorMaterialise used for this call

    returns

    The Response

  23. def traceCall(request: HttpRequest, traceName: String, parentSpan: Span)(implicit ec: ExecutionContext, system: ActorSystem, materializer: ActorMaterializer): Future[HttpResponse]

    Permalink

    Raw Http Call semantics reproduced here for convenience

    Raw Http Call semantics reproduced here for convenience

    request

    The Http Request

    ec

    The ExecutionContext to use

    system

    The ActorSystem to use

    materializer

    The ActorMaterialise used for this call

    returns

    The Response

  24. def traceCall[T](request: SignedRequest, flow: Flow[ByteString, T, NotUsed], traceName: String, parentSpan: Span)(implicit ec: ExecutionContext, system: ActorSystem, materializer: ActorMaterializer): Future[T]

    Permalink

    Generic call using Akka Http using the supplied HttpRequest

    Generic call using Akka Http using the supplied HttpRequest

    T

    The type of the returned Future, based on the Stream Flow impl

    request

    The Signed HttpRequest to satisfy

    flow

    The Stream Flow that determines the response processing and return type of the request

    ec

    The ExecutionContext to use

    system

    The ActorSystem to use

    materializer

    The ActorMaterialise used for this call

    returns

    The desired object

  25. def traceCall[T](request: HttpRequest, flow: Flow[ByteString, T, NotUsed], traceName: String, parentSpan: Span)(implicit ec: ExecutionContext, system: ActorSystem, materializer: ActorMaterializer): Future[T]

    Permalink

    Generic call using Akka Http using the supplied HttpRequest

    Generic call using Akka Http using the supplied HttpRequest

    T

    The type of the returned Future, based on the Stream Flow impl

    request

    The HttpRequest to satisfy

    flow

    The Stream Flow that determines the response processing and return type of the request

    ec

    The ExecutionContext to use

    system

    The ActorSystem to use

    materializer

    The ActorMaterialise used for this call

    returns

    The desired object

  26. final def wait(): Unit

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

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

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

Inherited from HttpClient

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped