Package | Description |
---|---|
org.asynchttpclient | |
org.asynchttpclient.filter | |
org.asynchttpclient.handler | |
org.asynchttpclient.handler.resumable | |
org.asynchttpclient.webdav | |
org.asynchttpclient.ws |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
AsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
Invoked as soon as some response body part are received.
|
AsyncHandler.State |
AsyncCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content)
Invoked as soon as some response body part are received.
|
AsyncHandler.State |
AsyncCompletionHandler.onContentWriteProgress(long amount,
long current,
long total)
Invoked when the I/O operation associated with the
Request body as been progressed. |
AsyncHandler.State |
AsyncCompletionHandler.onContentWritten()
Invoked when the content (a
File , String or FileInputStream has been fully
written on the I/O socket. |
AsyncHandler.State |
AsyncHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
AsyncHandler.State |
AsyncCompletionHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
AsyncHandler.State |
AsyncCompletionHandler.onHeadersWritten()
Invoked when the content (a
File , String or FileInputStream has been fully
written on the I/O socket. |
AsyncHandler.State |
AsyncHandler.onStatusReceived(HttpResponseStatus responseStatus)
Invoked as soon as the HTTP status line has been received
|
AsyncHandler.State |
AsyncCompletionHandler.onStatusReceived(HttpResponseStatus status)
Invoked as soon as the HTTP status line has been received
|
static AsyncHandler.State |
AsyncHandler.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncHandler.State[] |
AsyncHandler.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
AsyncHandlerWrapper.onBodyPartReceived(HttpResponseBodyPart bodyPart)
Invoked as soon as some response body part are received.
|
AsyncHandler.State |
AsyncHandlerWrapper.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
AsyncHandler.State |
AsyncHandlerWrapper.onStatusReceived(HttpResponseStatus responseStatus)
Invoked as soon as the HTTP status line has been received
|
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
TransferCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content) |
AsyncHandler.State |
BodyDeferringAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) |
AsyncHandler.State |
TransferCompletionHandler.onContentWriteProgress(long amount,
long current,
long total) |
AsyncHandler.State |
ProgressAsyncHandler.onContentWriteProgress(long amount,
long current,
long total)
Invoked when the I/O operation associated with the
Request body wasn't fully written in a single I/O write
operation. |
AsyncHandler.State |
ProgressAsyncHandler.onContentWritten()
Invoked when the content (a
File , String or FileInputStream has been fully
written on the I/O socket. |
AsyncHandler.State |
TransferCompletionHandler.onHeadersReceived(HttpResponseHeaders headers) |
AsyncHandler.State |
BodyDeferringAsyncHandler.onHeadersReceived(HttpResponseHeaders headers) |
AsyncHandler.State |
TransferCompletionHandler.onHeadersWritten() |
AsyncHandler.State |
ProgressAsyncHandler.onHeadersWritten()
Invoked when the content (a
File , String or FileInputStream has been fully
written on the I/O socket. |
AsyncHandler.State |
BodyDeferringAsyncHandler.onStatusReceived(HttpResponseStatus responseStatus) |
AsyncHandler.State |
StreamedAsyncHandler.onStream(org.reactivestreams.Publisher<HttpResponseBodyPart> publisher)
Called when the body is received.
|
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
ResumableAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
Invoked as soon as some response body part are received.
|
AsyncHandler.State |
ResumableAsyncHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
AsyncHandler.State |
ResumableAsyncHandler.onStatusReceived(HttpResponseStatus status)
Invoked as soon as the HTTP status line has been received
|
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
WebDavCompletionHandlerBase.onBodyPartReceived(HttpResponseBodyPart content)
Invoked as soon as some response body part are received.
|
AsyncHandler.State |
WebDavCompletionHandlerBase.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
AsyncHandler.State |
WebDavCompletionHandlerBase.onStatusReceived(HttpResponseStatus status)
Invoked as soon as the HTTP status line has been received
|
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
WebSocketUpgradeHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) |
AsyncHandler.State |
WebSocketUpgradeHandler.onHeadersReceived(HttpResponseHeaders headers) |
AsyncHandler.State |
WebSocketUpgradeHandler.onStatusReceived(HttpResponseStatus responseStatus) |
Copyright © 2017. All Rights Reserved.