Class HttpServerFilterInstrumentation.PrepareResponseAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.grizzly.HttpServerFilterInstrumentation.PrepareResponseAdvice
- Enclosing class:
- HttpServerFilterInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonEnter(org.glassfish.grizzly.filterchain.FilterChainContext ctx, org.glassfish.grizzly.http.HttpResponsePacket response) static voidonExit(org.glassfish.grizzly.filterchain.FilterChainContext ctx, org.glassfish.grizzly.http.HttpResponsePacket response)
-
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)
-