public class HttpRequestInstrumentation extends ClassInstanceMethodsEnhancePluginDefine
HttpRequestInstrumentation enhance the send method without argument in
org.eclipse.jetty.client.HttpRequest by org.apache.skywalking.apm.plugin.jetty.client.SyncHttpRequestSendInterceptor
and enhance the send with org.eclipse.jetty.client.api.Response$CompleteListener parameter
by org.apache.skywalking.apm.plugin.jetty.client.AsyncHttpRequestSendInterceptor| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SYNC_SEND_INTERCEPTOR |
CONTEXT_ATTR_NAME| 构造器和说明 |
|---|
HttpRequestInstrumentation() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ClassMatch |
enhanceClass() |
protected ConstructorInterceptPoint[] |
getConstructorsInterceptPoints() |
protected InstanceMethodsInterceptPoint[] |
getInstanceMethodsInterceptPoints() |
protected String[] |
witnessClasses() |
getStaticMethodsInterceptPointsenhancedefineprotected ConstructorInterceptPoint[] getConstructorsInterceptPoints()
protected InstanceMethodsInterceptPoint[] getInstanceMethodsInterceptPoints()
protected ClassMatch enhanceClass()
protected String[] witnessClasses()
Copyright © 2018 The Apache Software Foundation. All rights reserved.