Class HttpServerFilterInstrumentation.PrepareResponseAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.grizzly.HttpServerFilterInstrumentation.PrepareResponseAdvice
Enclosing class:
HttpServerFilterInstrumentation

public static class HttpServerFilterInstrumentation.PrepareResponseAdvice extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onEnter(org.glassfish.grizzly.filterchain.FilterChainContext ctx, org.glassfish.grizzly.http.HttpResponsePacket response)
     
    static void
    onExit(org.glassfish.grizzly.filterchain.FilterChainContext ctx, org.glassfish.grizzly.http.HttpResponsePacket response)
     

    Methods inherited from class java.lang.Object

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

    • PrepareResponseAdvice

      public PrepareResponseAdvice()
  • Method Details

    • onEnter

      @OnMethodEnter(suppress=java.lang.Throwable.class) public static void onEnter(@Argument(0) org.glassfish.grizzly.filterchain.FilterChainContext ctx, @Argument(2) org.glassfish.grizzly.http.HttpResponsePacket response)
    • onExit

      @OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void onExit(@Argument(0) org.glassfish.grizzly.filterchain.FilterChainContext ctx, @Argument(2) org.glassfish.grizzly.http.HttpResponsePacket response)