Interface ClientRequestFilter

    • Method Detail

      • filter

        void filter​(ClientRequestContext requestContext)
             throws IOException
        Filter method called before a request has been dispatched to a client transport layer. Filters in the filter chain are ordered according to their jakarta.annotation.Priority class-level annotation value.
        Parameters:
        requestContext - request context.
        Throws:
        IOException - if an I/O exception occurs.