Uses of Interface
com.ning.http.client.filter.IOExceptionFilter

Packages that use IOExceptionFilter
com.ning.http.client   
com.ning.http.client.resumable   
 

Uses of IOExceptionFilter in com.ning.http.client
 

Fields in com.ning.http.client with type parameters of type IOExceptionFilter
protected  List<IOExceptionFilter> AsyncHttpClientConfig.ioExceptionFilters
           
 

Methods in com.ning.http.client that return types with arguments of type IOExceptionFilter
 List<IOExceptionFilter> AsyncHttpClientConfig.getIOExceptionFilters()
          Return the list of IOException
 

Methods in com.ning.http.client with parameters of type IOExceptionFilter
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.addIOExceptionFilter(IOExceptionFilter ioExceptionFilter)
          Add an IOExceptionFilter that will be invoked when an IOException occurs during the download/upload operations.
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.addIoExceptionFilters(IOExceptionFilter ioExceptionFilter)
           
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.removeIOExceptionFilter(IOExceptionFilter ioExceptionFilter)
          Remove an IOExceptionFilter tthat will be invoked when an IOException occurs during the download/upload operations.
 

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

Classes in com.ning.http.client.resumable that implement IOExceptionFilter
 class ResumableIOExceptionFilter
          Simple IOExceptionFilter that replay the current Request using a ResumableAsyncHandler
 



Copyright © 2014. All Rights Reserved.