Class FilterChain

java.lang.Object
io.milton.http.FilterChain

public class FilterChain extends Object
Passes the request and response along a series of filters

By default the HttpManager loads a single filter which executes the appropriate handler for the http method

Additional filters can be added using HttpManager.addFilter

  • Constructor Details

    • FilterChain

      public FilterChain(HttpManager httpManager)
  • Method Details