| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.http |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayBodyHandler |
class |
HttpClientReadableByteChannel
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HttpResponse<AsyncBody>> |
HttpClient.consumeBytes(HttpRequest request,
AsyncBody.Consumer<List<ByteBuffer>> consumer)
Send a request and consume the bytes of the resulting response body
|
CompletableFuture<HttpResponse<AsyncBody>> |
StandardHttpClient.consumeBytes(HttpRequest request,
AsyncBody.Consumer<List<ByteBuffer>> consumer) |
abstract CompletableFuture<HttpResponse<AsyncBody>> |
StandardHttpClient.consumeBytesDirect(StandardHttpRequest request,
AsyncBody.Consumer<List<ByteBuffer>> consumer) |
Copyright © 2015–2022 Red Hat. All rights reserved.