public interface

RequestFilter

com.ning.http.client.filter.RequestFilter
Known Indirect Subclasses

Class Overview

A Filter interface that gets invoked before making an actual request.

Summary

Public Methods
abstract FilterContext filter(FilterContext ctx)
An AsyncHttpProvider will invoke filter(FilterContext) and will use the returned getRequest() and getAsyncHandler() to continue the request processing.

Public Methods

public abstract FilterContext filter (FilterContext ctx)

An AsyncHttpProvider will invoke filter(FilterContext) and will use the returned getRequest() and getAsyncHandler() to continue the request processing.

Parameters
ctx a FilterContext
Returns
Throws
FilterException to interrupt the filter processing.