Package | Description |
---|---|
org.asynchttpclient | |
org.asynchttpclient.handler | |
org.asynchttpclient.handler.resumable | |
org.asynchttpclient.netty | |
org.asynchttpclient.webdav | |
org.asynchttpclient.ws |
Modifier and Type | Method and Description |
---|---|
abstract HttpResponseBodyPart |
AsyncHttpClientConfig.ResponseBodyPartFactory.newResponseBodyPart(io.netty.buffer.ByteBuf buf,
boolean last) |
Modifier and Type | Method and Description |
---|---|
Response.ResponseBuilder |
Response.ResponseBuilder.accumulate(HttpResponseBodyPart bodyPart) |
AsyncHandler.State |
AsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart)
Invoked as soon as some response body part are received.
|
AsyncHandler.State |
AsyncCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content) |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
TransferCompletionHandler.onBodyPartReceived(HttpResponseBodyPart content) |
AsyncHandler.State |
BodyDeferringAsyncHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
EagerResponseBodyPart
A callback class used when an HTTP response body is received.
|
class |
LazyResponseBodyPart
A callback class used when an HTTP response body is received.
|
Constructor and Description |
---|
NettyResponse(HttpResponseStatus status,
io.netty.handler.codec.http.HttpHeaders headers,
java.util.List<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
WebDavCompletionHandlerBase.onBodyPartReceived(HttpResponseBodyPart content)
Invoked as soon as some response body part are received.
|
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
WebSocketUpgradeHandler.onBodyPartReceived(HttpResponseBodyPart bodyPart) |
protected void |
WebSocketUpgradeHandler.onBodyPartReceived0(HttpResponseBodyPart bodyPart) |
Copyright © 2018. All Rights Reserved.