|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterException | |
|---|---|
| com.ning.http.client.extra | |
| com.ning.http.client.filter | |
| com.ning.http.client.resumable | |
| Uses of FilterException in com.ning.http.client.extra |
|---|
| Methods in com.ning.http.client.extra that throw FilterException | |
|---|---|
FilterContext |
ThrottleRequestFilter.filter(FilterContext ctx)
An AsyncHttpProvider will invoke RequestFilter.filter(com.ning.http.client.filter.FilterContext) and will use the
returned FilterContext.getRequest() and FilterContext.getAsyncHandler() to continue the request
processing. |
| Uses of FilterException in com.ning.http.client.filter |
|---|
| Methods in com.ning.http.client.filter that throw FilterException | |
|---|---|
FilterContext |
ResponseFilter.filter(FilterContext ctx)
An AsyncHttpProvider will invoke ResponseFilter.filter(com.ning.http.client.filter.FilterContext) and will use the
returned FilterContext.replayRequest() and FilterContext.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 FilterContext.getRequest() and FilterContext.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. |
| Uses of FilterException in com.ning.http.client.resumable |
|---|
| Methods in com.ning.http.client.resumable that throw FilterException | |
|---|---|
FilterContext |
ResumableIOExceptionFilter.filter(FilterContext ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||