Uses of Interface
org.asynchttpclient.handler.ProgressAsyncHandler
-
Packages that use ProgressAsyncHandler Package Description org.asynchttpclient org.asynchttpclient.handler -
-
Uses of ProgressAsyncHandler in org.asynchttpclient
Classes in org.asynchttpclient that implement ProgressAsyncHandler Modifier and Type Class Description class
AsyncCompletionHandler<T>
AnAsyncHandler
augmented with anAsyncCompletionHandler.onCompleted(Response)
convenience method which gets called when theResponse
processing is finished.class
AsyncCompletionHandlerBase
SimpleAsyncHandler
of typeResponse
-
Uses of ProgressAsyncHandler in org.asynchttpclient.handler
Classes in org.asynchttpclient.handler that implement ProgressAsyncHandler Modifier and Type Class Description class
TransferCompletionHandler
-