Interface HttpFilterChain


@Contract(threading=STATELESS) public interface HttpFilterChain
HttpFilterChain represents a single element in the server side request processing chain.
Since:
5.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Response trigger that can be used to generate the final HTTP response and terminate HTTP request processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Proceeds to the next element in the request processing chain.