| Class | Description |
|---|---|
| HttpAsyncClientInstrumentation |
HttpAsyncClientInstrumentation indicates that the execute method in both org.apache.http.impl.nio.client.MinimalHttpAsyncClient#execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer, HttpContext, FutureCallback)
and InternalHttpAsyncClient#execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer, HttpContext, FutureCallback) can be instrumented for single request.pipeline is not support now for some
complex situation.this is run in main thread. |
| HttpAsyncRequestExecutorInstrumentation |
HttpAsyncRequestExecutorInstrumentation indicates the real request start location in method requestReady |
| SessionRequestInstrumentation |
this is a bridge for main thread and real request thread which mean hold the
ContextSnapshot object to be continued
in "completed" method.that is mean the request is ready to submit |
Copyright © 2019 The Apache Software Foundation. All rights reserved.