类 HttpRequestInstrumentation
java.lang.Object
org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassInstanceMethodsEnhancePluginDefine
org.apache.skywalking.apm.plugin.jetty.v9.client.define.HttpRequestInstrumentation
public class HttpRequestInstrumentation
extends org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.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-
字段概要
字段从类继承的字段 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
CONTEXT_ATTR_NAME -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected org.apache.skywalking.apm.agent.core.plugin.match.ClassMatchorg.apache.skywalking.apm.agent.core.plugin.interceptor.ConstructorInterceptPoint[]org.apache.skywalking.apm.agent.core.plugin.interceptor.InstanceMethodsInterceptPoint[]protected String[]protected List<org.apache.skywalking.apm.agent.core.plugin.WitnessMethod>从类继承的方法 org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassInstanceMethodsEnhancePluginDefine
getStaticMethodsInterceptPoints从类继承的方法 org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
enhanceClass, enhanceInstance, getInstanceMethodsInterceptV2Points, getStaticMethodsInterceptV2Points从类继承的方法 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
define, enhance, isBootstrapInstrumentation
-
字段详细资料
-
构造器详细资料
-
HttpRequestInstrumentation
public HttpRequestInstrumentation()
-
-
方法详细资料
-
getConstructorsInterceptPoints
public org.apache.skywalking.apm.agent.core.plugin.interceptor.ConstructorInterceptPoint[] getConstructorsInterceptPoints()- 指定者:
getConstructorsInterceptPoints在类中org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
-
getInstanceMethodsInterceptPoints
public org.apache.skywalking.apm.agent.core.plugin.interceptor.InstanceMethodsInterceptPoint[] getInstanceMethodsInterceptPoints()- 指定者:
getInstanceMethodsInterceptPoints在类中org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
-
enhanceClass
protected org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch enhanceClass()- 指定者:
enhanceClass在类中org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
-
witnessClasses
- 覆盖:
witnessClasses在类中org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
-
witnessMethods
- 覆盖:
witnessMethods在类中org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
-