package

com.ning.http.client.filter

Interfaces

IOExceptionFilter This filter is invoked when an java.io.IOException occurs during an http transaction. 
RequestFilter A Filter interface that gets invoked before making an actual request. 
ResponseFilter A Filter interface that gets invoked before making the processing of the response bytes. 

Classes

FilterContext<T> A FilterContext can be used to decorate Request and AsyncHandler from a list of RequestFilter
FilterContext.FilterContextBuilder<T>  

Exceptions

FilterException An exception that can be thrown by an AsyncHandler to interrupt invocation of the RequestFilter and ResponseFilter