|
||||||||||
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
IOExceptionFilter
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.
filter
in interface IOExceptionFilter
ctx
- 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 |