Class AbstractNettyInstrumentation
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.plugin.netty.http.define.AbstractNettyInstrumentation
- Direct Known Subclasses:
ChannelHandlerContextInstrumentation,ChannelHandlerInstrumentation,ChannelPipelineInstrumentation,HttpRequestDecoderInstrumentation,HttpRequestEncoderInstrumentation,HttpResponseDecoderInstrumentation,HttpResponseEncoderInstrumentation
public abstract class AbstractNettyInstrumentation
extends org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
-
Field Summary
Fields inherited from class org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
CONTEXT_ATTR_NAME, CONTEXT_GETTER_NAME, CONTEXT_SETTER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.skywalking.apm.agent.core.plugin.interceptor.StaticMethodsInterceptPoint[]protected String[]Methods inherited from class org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
enhanceClass, enhanceInstance, getInstanceMethodsInterceptV2Points, getStaticMethodsInterceptV2PointsMethods inherited from class org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
define, enhance, enhanceClass, getConstructorsInterceptPoints, getInstanceMethodsInterceptPoints, getPluginName, isBootstrapInstrumentation, setPluginName, witnessMethods
-
Constructor Details
-
AbstractNettyInstrumentation
public AbstractNettyInstrumentation()
-
-
Method Details
-
getStaticMethodsInterceptPoints
public org.apache.skywalking.apm.agent.core.plugin.interceptor.StaticMethodsInterceptPoint[] getStaticMethodsInterceptPoints()- Specified by:
getStaticMethodsInterceptPointsin classorg.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
-
witnessClasses
- Overrides:
witnessClassesin classorg.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
-