Uses of Interface
org.asynchttpclient.filter.IOExceptionFilter
-
Packages that use IOExceptionFilter Package Description org.asynchttpclient org.asynchttpclient.handler.resumable -
-
Uses of IOExceptionFilter in org.asynchttpclient
Methods in org.asynchttpclient that return types with arguments of type IOExceptionFilter Modifier and Type Method Description List<IOExceptionFilter>AsyncHttpClientConfig. getIoExceptionFilters()Return the list ofIOExceptionList<IOExceptionFilter>DefaultAsyncHttpClientConfig. getIoExceptionFilters()Methods in org.asynchttpclient with parameters of type IOExceptionFilter Modifier and Type Method Description DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. addIOExceptionFilter(IOExceptionFilter ioExceptionFilter)DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. removeIOExceptionFilter(IOExceptionFilter ioExceptionFilter) -
Uses of IOExceptionFilter in org.asynchttpclient.handler.resumable
Classes in org.asynchttpclient.handler.resumable that implement IOExceptionFilter Modifier and Type Class Description classResumableIOExceptionFilter
-