public class

ResumableIOExceptionFilter

extends Object
implements IOExceptionFilter
java.lang.Object
   ↳ com.ning.http.client.resumable.ResumableIOExceptionFilter

Class Overview

Simple IOExceptionFilter that replay the current Request using a ResumableAsyncHandler

Summary

Public Constructors
ResumableIOExceptionFilter()
Public Methods
FilterContext filter(FilterContext ctx)
An AsyncHttpProvider will invoke filter(FilterContext) and will use the returned FilterContext to replay the Request or abort the processing.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.ning.http.client.filter.IOExceptionFilter

Public Constructors

public ResumableIOExceptionFilter ()

Public Methods

public FilterContext filter (FilterContext ctx)

An AsyncHttpProvider will invoke filter(FilterContext) and will use the returned FilterContext to replay the Request or abort the processing.

Parameters
ctx a FilterContext
Returns