Uses of Class
com.ning.http.client.filter.FilterContext

Packages that use FilterContext
com.ning.http.client.extra   
com.ning.http.client.filter   
com.ning.http.client.resumable   
 

Uses of FilterContext in com.ning.http.client.extra
 

Methods in com.ning.http.client.extra that return FilterContext
 FilterContext ThrottleRequestFilter.filter(FilterContext ctx)
           
 

Methods in com.ning.http.client.extra with parameters of type FilterContext
 FilterContext ThrottleRequestFilter.filter(FilterContext ctx)
           
 

Uses of FilterContext in com.ning.http.client.filter
 

Methods in com.ning.http.client.filter that return FilterContext
 FilterContext FilterContext.FilterContextBuilder.build()
           
 FilterContext ResponseFilter.filter(FilterContext ctx)
          An AsyncHttpProvider will invoke ResponseFilter.filter(com.ning.http.client.filter.FilterContext) and will use the returned replayRequest() and getAsyncHandler() to decide if the response processing can continue.
 FilterContext RequestFilter.filter(FilterContext ctx)
          An AsyncHttpProvider will invoke RequestFilter.filter(com.ning.http.client.filter.FilterContext) and will use the returned getRequest() and getAsyncHandler() to continue the request processing.
 FilterContext IOExceptionFilter.filter(FilterContext ctx)
          An AsyncHttpProvider will invoke IOExceptionFilter.filter(com.ning.http.client.filter.FilterContext) and will use the returned FilterContext to replay the Request or abort the processing.
 

Methods in com.ning.http.client.filter with parameters of type FilterContext
 FilterContext ResponseFilter.filter(FilterContext ctx)
          An AsyncHttpProvider will invoke ResponseFilter.filter(com.ning.http.client.filter.FilterContext) and will use the returned replayRequest() and getAsyncHandler() to decide if the response processing can continue.
 FilterContext RequestFilter.filter(FilterContext ctx)
          An AsyncHttpProvider will invoke RequestFilter.filter(com.ning.http.client.filter.FilterContext) and will use the returned getRequest() and getAsyncHandler() to continue the request processing.
 FilterContext IOExceptionFilter.filter(FilterContext ctx)
          An AsyncHttpProvider will invoke IOExceptionFilter.filter(com.ning.http.client.filter.FilterContext) and will use the returned FilterContext to replay the Request or abort the processing.
 

Constructors in com.ning.http.client.filter with parameters of type FilterContext
FilterContext.FilterContextBuilder(FilterContext clone)
           
 

Uses of FilterContext in com.ning.http.client.resumable
 

Methods in com.ning.http.client.resumable that return FilterContext
 FilterContext ResumableIOExceptionFilter.filter(FilterContext ctx)
           
 

Methods in com.ning.http.client.resumable with parameters of type FilterContext
 FilterContext ResumableIOExceptionFilter.filter(FilterContext ctx)
           
 



Copyright © 2011. All Rights Reserved.