| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.http |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HttpResponse<HttpClient.AsyncBody>> |
HttpClient.consumeBytes(HttpRequest request,
HttpClient.BodyConsumer<List<ByteBuffer>> consumer)
Send a request and consume the bytes of the resulting response body
|
CompletableFuture<HttpResponse<HttpClient.AsyncBody>> |
HttpClient.consumeLines(HttpRequest request,
HttpClient.BodyConsumer<String> consumer)
Send a request and consume the lines of the response body using the same logic as
BufferedReader to
break up the lines. |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClient.BodyConsumer.consume(T value,
HttpClient.AsyncBody asyncBody) |
Copyright © 2015–2022 Red Hat. All rights reserved.