Uses of Interface
io.fabric8.kubernetes.client.http.AsyncBody.Consumer
-
Packages that use AsyncBody.Consumer Package Description io.fabric8.kubernetes.client.http -
-
Uses of AsyncBody.Consumer in io.fabric8.kubernetes.client.http
Classes in io.fabric8.kubernetes.client.http that implement AsyncBody.Consumer Modifier and Type Class Description classByteArrayBodyHandlerclassHttpClientReadableByteChannelMethods in io.fabric8.kubernetes.client.http that return AsyncBody.Consumer Modifier and Type Method Description AsyncBody.Consumer<List<ByteBuffer>>HttpLoggingInterceptor. consumer(AsyncBody.Consumer<List<ByteBuffer>> consumer, HttpRequest request)default AsyncBody.Consumer<List<ByteBuffer>>Interceptor. consumer(AsyncBody.Consumer<List<ByteBuffer>> consumer, HttpRequest request)Called before a request to allow the encapsulation of the provided consumer.Methods in io.fabric8.kubernetes.client.http with parameters of type AsyncBody.Consumer Modifier and Type Method Description voidHttpLoggingInterceptor. after(HttpRequest request, HttpResponse<?> response, AsyncBody.Consumer<List<ByteBuffer>> consumer)default voidInterceptor. after(HttpRequest request, HttpResponse<?> response, AsyncBody.Consumer<List<ByteBuffer>> consumer)Called after a non-WebSocket HTTP response is received.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)AsyncBody.Consumer<List<ByteBuffer>>HttpLoggingInterceptor. consumer(AsyncBody.Consumer<List<ByteBuffer>> consumer, HttpRequest request)default AsyncBody.Consumer<List<ByteBuffer>>Interceptor. consumer(AsyncBody.Consumer<List<ByteBuffer>> consumer, HttpRequest request)Called before a request to allow the encapsulation of the provided consumer.
-