|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ning.http.client.resumable.ResumableIOExceptionFilter
public class ResumableIOExceptionFilter
Simple IOExceptionFilter that replay the current Request using
a ResumableAsyncHandler
| Constructor Summary | |
|---|---|
ResumableIOExceptionFilter()
|
|
| Method Summary | |
|---|---|
FilterContext |
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 inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResumableIOExceptionFilter()
| Method Detail |
|---|
public FilterContext filter(FilterContext ctx)
throws FilterException
IOExceptionFilterAsyncHttpProvider will invoke IOExceptionFilter.filter(com.ning.http.client.filter.FilterContext) and will
use the returned FilterContext to replay the Request or abort the processing.
filter in interface IOExceptionFilterctx - a FilterContext
FilterContext. The FilterContext instance may not the same as the original one.
FilterException - to interrupt the filter processing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||