Package org.asynchttpclient.handler.resumable
-
Interface Summary Interface Description ResumableAsyncHandler.ResumableProcessor An interface to implement in order to manage the way the incomplete file management are handled.ResumableListener A listener class that can be used to digest the bytes from anResumableAsyncHandler -
Class Summary Class Description PropertiesBasedResumableProcessor AResumableAsyncHandler.ResumableProcessorwhich use a properties file to store the download index information.ResumableAsyncHandler AnAsyncHandlerwhich support resumable download, e.g.ResumableIOExceptionFilter ResumableRandomAccessFileListener AResumableListenerwhich use aRandomAccessFilefor storing the received bytes.