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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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, getStaticMethodsInterceptV2Points

    Methods inherited from class org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine

    define, enhance, enhanceClass, getConstructorsInterceptPoints, getInstanceMethodsInterceptPoints, getPluginName, isBootstrapInstrumentation, setPluginName, witnessMethods

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractNettyInstrumentation

      public AbstractNettyInstrumentation()
  • Method Details

    • getStaticMethodsInterceptPoints

      public org.apache.skywalking.apm.agent.core.plugin.interceptor.StaticMethodsInterceptPoint[] getStaticMethodsInterceptPoints()
      Specified by:
      getStaticMethodsInterceptPoints in class org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
    • witnessClasses

      protected String[] witnessClasses()
      Overrides:
      witnessClasses in class org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine