Interface ResponseFilter


  • public interface ResponseFilter
    A Filter interface that gets invoked before making the processing of the response bytes. ResponseFilter are invoked before the actual response's status code get processed. That means authorization, proxy authentication and redirects processing hasn't occurred when ResponseFilter gets invoked.