Class

com.comcast.money.http.client

TraceFriendlyHttpClient

Related Doc: package client

Permalink

class TraceFriendlyHttpClient extends HttpClient with Closeable

Provides a thin wrapper around HttpClient to allow support tracing

Linear Supertypes
Closeable, AutoCloseable, HttpClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TraceFriendlyHttpClient
  2. Closeable
  3. AutoCloseable
  4. HttpClient
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TraceFriendlyHttpClient(wrapee: HttpClient)

    Permalink

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. def close(): Unit

    Permalink
    Definition Classes
    TraceFriendlyHttpClient → Closeable → AutoCloseable
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def execute[T](target: HttpHost, request: HttpRequest, responseHandler: ResponseHandler[_ <: T], context: HttpContext): T

    Permalink
    Definition Classes
    TraceFriendlyHttpClient → HttpClient
  10. def execute[T](target: HttpHost, request: HttpRequest, responseHandler: ResponseHandler[_ <: T]): T

    Permalink
    Definition Classes
    TraceFriendlyHttpClient → HttpClient
  11. def execute[T](request: HttpUriRequest, responseHandler: ResponseHandler[_ <: T], context: HttpContext): T

    Permalink
    Definition Classes
    TraceFriendlyHttpClient → HttpClient
  12. def execute[T](request: HttpUriRequest, responseHandler: ResponseHandler[_ <: T]): T

    Permalink

    We are making a big assertion of how the response handler code works; it is expected that they call one of the execute methods above that are instrumented.

    We are making a big assertion of how the response handler code works; it is expected that they call one of the execute methods above that are instrumented. In that case, the http code will have been instrumented already. If a client does something other than calling the already instrumented execute method then we are screwed

    Definition Classes
    TraceFriendlyHttpClient → HttpClient
  13. def execute(target: HttpHost, request: HttpRequest, context: HttpContext): HttpResponse

    Permalink
    Definition Classes
    TraceFriendlyHttpClient → HttpClient
  14. def execute(target: HttpHost, request: HttpRequest): HttpResponse

    Permalink
    Definition Classes
    TraceFriendlyHttpClient → HttpClient
  15. def execute(request: HttpUriRequest, context: HttpContext): HttpResponse

    Permalink
    Definition Classes
    TraceFriendlyHttpClient → HttpClient
  16. def execute(request: HttpUriRequest): HttpResponse

    Permalink
    Definition Classes
    TraceFriendlyHttpClient → HttpClient
  17. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getConnectionManager(): ClientConnectionManager

    Permalink
    Definition Classes
    TraceFriendlyHttpClient → HttpClient
  20. def getParams(): HttpParams

    Permalink
    Definition Classes
    TraceFriendlyHttpClient → HttpClient
  21. def hashCode(): Int

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. val tracer: Tracer

    Permalink
  29. final def wait(): Unit

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

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

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

Inherited from Closeable

Inherited from AutoCloseable

Inherited from HttpClient

Inherited from AnyRef

Inherited from Any

Ungrouped