public static interface HttpClient.AsyncBody
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
consume()
Called to deliver results to the
HttpClient.BodyConsumer |
CompletableFuture<Void> |
done()
Tracks the completion of the body.
|
void consume()
HttpClient.BodyConsumerCompletableFuture<Void> done()
void cancel()
Copyright © 2015–2022 Red Hat. All rights reserved.