Interface RequestInterceptor

  • All Superinterfaces:
    io.undertow.server.HttpHandler, Interceptor, LightHttpHandler, MiddlewareHandler

    public interface RequestInterceptor
    extends Interceptor
    This is the interface for the request interceptors. It is just a normal middleware handler with some extra indicators.
    • Method Detail

      • isRequiredContent

        boolean isRequiredContent()