Package | Description |
---|---|
com.ning.http.client | |
com.ning.http.client.resumable |
Modifier and Type | Method and Description |
---|---|
List<IOExceptionFilter> |
AsyncHttpClientConfig.getIOExceptionFilters()
Return the list of
IOException |
Modifier and Type | Method and Description |
---|---|
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.addIOExceptionFilter(IOExceptionFilter ioExceptionFilter)
Add an
IOExceptionFilter that will be invoked when an IOException
occurs during the download/upload operations. |
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.removeIOExceptionFilter(IOExceptionFilter ioExceptionFilter)
Remove an
IOExceptionFilter tthat will be invoked when an IOException
occurs during the download/upload operations. |
Modifier and Type | Class and Description |
---|---|
class |
ResumableIOExceptionFilter
|
Copyright © 2012. All Rights Reserved.