Uses of Interface
io.fabric8.kubernetes.client.http.AsyncBody
-
Packages that use AsyncBody Package Description io.fabric8.kubernetes.client.http -
-
Uses of AsyncBody in io.fabric8.kubernetes.client.http
Methods in io.fabric8.kubernetes.client.http that return types with arguments of type AsyncBody Modifier and Type Method Description CompletableFuture<HttpResponse<AsyncBody>>HttpClient. consumeBytes(HttpRequest request, AsyncBody.Consumer<List<ByteBuffer>> consumer)Send a request and consume the bytes of the resulting response bodyCompletableFuture<HttpResponse<AsyncBody>>StandardHttpClient. consumeBytes(HttpRequest request, AsyncBody.Consumer<List<ByteBuffer>> consumer)abstract CompletableFuture<HttpResponse<AsyncBody>>StandardHttpClient. consumeBytesDirect(StandardHttpRequest request, AsyncBody.Consumer<List<ByteBuffer>> consumer)Methods in io.fabric8.kubernetes.client.http with parameters of type AsyncBody Modifier and Type Method Description voidAsyncBody.Consumer. consume(T value, AsyncBody asyncBody)voidByteArrayBodyHandler. consume(List<ByteBuffer> value, AsyncBody asyncBody)voidHttpClientReadableByteChannel. consume(List<ByteBuffer> value, AsyncBody asyncBody)Method parameters in io.fabric8.kubernetes.client.http with type arguments of type AsyncBody Modifier and Type Method Description protected voidByteArrayBodyHandler. onResponse(HttpResponse<AsyncBody> response)protected voidHttpClientReadableByteChannel. onResponse(HttpResponse<AsyncBody> response)
-