Class StaticFileServerInstrumentation.HandleRequestAdvice
java.lang.Object
com.vaadin.extension.instrumentation.server.StaticFileServerInstrumentation.HandleRequestAdvice
- Enclosing class:
- StaticFileServerInstrumentation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HandleRequestAdvice
public HandleRequestAdvice()
-
-
Method Details
-
onEnter
-
onExit
@OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void onExit(@Thrown Throwable throwable, @Return boolean handled, @Argument(0) jakarta.servlet.http.HttpServletRequest request, @Argument(1) jakarta.servlet.http.HttpServletResponse response, @Local("startTimestamp") Instant startTimestamp)
-