Class VertxMeterBinderUndertowServletFilter
- java.lang.Object
-
- jakarta.servlet.GenericFilter
-
- jakarta.servlet.http.HttpFilter
-
- io.quarkus.micrometer.runtime.binder.vertx.VertxMeterBinderUndertowServletFilter
-
- All Implemented Interfaces:
jakarta.servlet.Filter,jakarta.servlet.FilterConfig,Serializable
public class VertxMeterBinderUndertowServletFilter extends jakarta.servlet.http.HttpFilterThis needs to run before the Vert.x layer sees the "end" of the response. HttpFilter meets that requirement. Filter does not.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.vertx.ext.web.RoutingContextroutingContext
-
Constructor Summary
Constructors Constructor Description VertxMeterBinderUndertowServletFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoFilter(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, jakarta.servlet.FilterChain chain)-
Methods inherited from class jakarta.servlet.GenericFilter
getFilterConfig, getFilterName, getInitParameter, getInitParameterNames, getServletContext, init, init
-
-
-
-
Method Detail
-
doFilter
protected void doFilter(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException- Overrides:
doFilterin classjakarta.servlet.http.HttpFilter- Throws:
IOExceptionjakarta.servlet.ServletException
-
-