class TraceFriendlyHttpClient extends HttpClient with Closeable
Provides a thin wrapper around HttpClient to allow support tracing
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TraceFriendlyHttpClient
- Closeable
- AutoCloseable
- HttpClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TraceFriendlyHttpClient(wrapee: HttpClient)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- Definition Classes
- TraceFriendlyHttpClient → Closeable → AutoCloseable
- Annotations
- @throws(classOf[IOException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def execute[T](target: HttpHost, request: HttpRequest, responseHandler: ResponseHandler[_ <: T], context: HttpContext): T
- Definition Classes
- TraceFriendlyHttpClient → HttpClient
- Annotations
- @throws(classOf[IOException]) @throws(classOf[ClientProtocolException])
- def execute[T](target: HttpHost, request: HttpRequest, responseHandler: ResponseHandler[_ <: T]): T
- Definition Classes
- TraceFriendlyHttpClient → HttpClient
- Annotations
- @throws(classOf[IOException]) @throws(classOf[ClientProtocolException])
- def execute[T](request: HttpUriRequest, responseHandler: ResponseHandler[_ <: T], context: HttpContext): T
- Definition Classes
- TraceFriendlyHttpClient → HttpClient
- Annotations
- @throws(classOf[IOException]) @throws(classOf[ClientProtocolException])
- def execute[T](request: HttpUriRequest, responseHandler: ResponseHandler[_ <: T]): T
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
- Annotations
- @throws(classOf[IOException]) @throws(classOf[ClientProtocolException])
- def execute(target: HttpHost, request: HttpRequest, context: HttpContext): HttpResponse
- Definition Classes
- TraceFriendlyHttpClient → HttpClient
- Annotations
- @throws(classOf[IOException]) @throws(classOf[ClientProtocolException])
- def execute(target: HttpHost, request: HttpRequest): HttpResponse
- Definition Classes
- TraceFriendlyHttpClient → HttpClient
- Annotations
- @throws(classOf[IOException]) @throws(classOf[ClientProtocolException])
- def execute(request: HttpUriRequest, context: HttpContext): HttpResponse
- Definition Classes
- TraceFriendlyHttpClient → HttpClient
- Annotations
- @throws(classOf[IOException]) @throws(classOf[ClientProtocolException])
- def execute(request: HttpUriRequest): HttpResponse
- Definition Classes
- TraceFriendlyHttpClient → HttpClient
- Annotations
- @throws(classOf[IOException]) @throws(classOf[ClientProtocolException])
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getConnectionManager(): ClientConnectionManager
- Definition Classes
- TraceFriendlyHttpClient → HttpClient
- def getParams(): HttpParams
- Definition Classes
- TraceFriendlyHttpClient → HttpClient
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val tracer: Tracer
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()