Uses of Interface
com.github.robtimus.servlet.ServletConsumer
-
Packages that use ServletConsumer Package Description com.github.robtimus.servlet Provides classes and interfaces for working with servlets. -
-
Uses of ServletConsumer in com.github.robtimus.servlet
Methods in com.github.robtimus.servlet that return ServletConsumer Modifier and Type Method Description default ServletConsumer
ServletConsumer. andThen(ServletConsumer after)
Returns a composedServletConsumer
that performs, in sequence, this operation followed by theafter
operation.Methods in com.github.robtimus.servlet with parameters of type ServletConsumer Modifier and Type Method Description default ServletConsumer
ServletConsumer. andThen(ServletConsumer after)
Returns a composedServletConsumer
that performs, in sequence, this operation followed by theafter
operation.static void
AsyncUtils. doFilter(ServletRequest request, ServletResponse response, FilterChain chain, ServletConsumer action)
Proceeds in the filter chain and executes an action after the chain ends.
-