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 ServletConsumerServletConsumer. andThen(ServletConsumer after)Returns a composedServletConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in com.github.robtimus.servlet with parameters of type ServletConsumer Modifier and Type Method Description default ServletConsumerServletConsumer. andThen(ServletConsumer after)Returns a composedServletConsumerthat performs, in sequence, this operation followed by theafteroperation.static voidAsyncUtils. doFilter(ServletRequest request, ServletResponse response, FilterChain chain, ServletConsumer action)Proceeds in the filter chain and executes an action after the chain ends.
-