| Class | Description |
|---|---|
| HttpAsyncClientInterceptor |
in main thread,hold the context in thread local so we can read in the same thread.
|
| HttpAsyncRequestExecutorInterceptor |
the actual point request begin fetch the request from thread local .
|
| SessionRequestCompleteInterceptor |
request ready(completed) so we can start our local thread span;
|
| SessionRequestConstructorInterceptor |
hold the snapshot in SkyWalkingDynamicField
|
| SessionRequestFailInterceptor |
when request fail to ready we should remove thread local in case of memory leak;
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.