| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.http |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientReadableByteChannel.consume(List<ByteBuffer> value,
AsyncBody asyncBody) |
void |
ByteArrayBodyHandler.consume(List<ByteBuffer> value,
AsyncBody asyncBody) |
void |
AsyncBody.Consumer.consume(T value,
AsyncBody asyncBody) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpClientReadableByteChannel.onResponse(HttpResponse<AsyncBody> response) |
protected void |
ByteArrayBodyHandler.onResponse(HttpResponse<AsyncBody> response) |
Copyright © 2015–2024 Red Hat. All rights reserved.