com.ning.http.client.filter
Interface AsyncFilter

All Known Implementing Classes:
ThrottleRequestAsyncFilter

public interface AsyncFilter

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


Method Summary
 AsyncFilterContext filter(AsyncFilterContext ctx)
           
 

Method Detail

filter

AsyncFilterContext filter(AsyncFilterContext ctx)
                          throws AsyncFilterException
Throws:
AsyncFilterException


Copyright © 2010. All Rights Reserved.