Uses of Package
org.asynchttpclient.handler
-
Packages that use org.asynchttpclient.handler Package Description org.asynchttpclient org.asynchttpclient.handler -
Classes in org.asynchttpclient.handler used by org.asynchttpclient Class Description ProgressAsyncHandler An extendedAsyncHandler
with two extra callback who get invoked during the content upload to a remote server. -
Classes in org.asynchttpclient.handler used by org.asynchttpclient.handler Class Description BodyDeferringAsyncHandler An AsyncHandler that returns Response (without body, so status code and headers only) as fast as possible for inspection, but leaves you the option to defer body consumption.ProgressAsyncHandler An extendedAsyncHandler
with two extra callback who get invoked during the content upload to a remote server.TransferCompletionHandler TransferListener A simple interface an application can implements in order to received byte transfer information.