Uses of Interface
io.fabric8.kubernetes.client.http.HttpRequest
-
Packages that use HttpRequest Package Description io.fabric8.kubernetes.client io.fabric8.kubernetes.client.http io.fabric8.kubernetes.client.utils -
-
Uses of HttpRequest in io.fabric8.kubernetes.client
Constructors in io.fabric8.kubernetes.client with parameters of type HttpRequest Constructor Description KubernetesClientException(String message, Throwable t, int code, io.fabric8.kubernetes.api.model.Status status, HttpRequest httpRequest)
-
Uses of HttpRequest in io.fabric8.kubernetes.client.http
Classes in io.fabric8.kubernetes.client.http that implement HttpRequest Modifier and Type Class Description class
StandardHttpRequest
Standard representation of a request.Methods in io.fabric8.kubernetes.client.http that return HttpRequest Modifier and Type Method Description HttpRequest
HttpRequest.Builder. build()
HttpRequest
HttpResponse. request()
The originalHttpRequest
that initiated this response.HttpRequest
WebSocketUpgradeResponse. request()
Methods in io.fabric8.kubernetes.client.http with parameters of type HttpRequest Modifier and Type Method Description void
HttpLoggingInterceptor. after(HttpRequest request, HttpResponse<?> response, AsyncBody.Consumer<List<ByteBuffer>> consumer)
default void
Interceptor. after(HttpRequest request, HttpResponse<?> response, AsyncBody.Consumer<List<ByteBuffer>> consumer)
Called after a non-WebSocket HTTP response is received.default void
Interceptor. afterConnectionFailure(HttpRequest request, Throwable failure)
Called after a connection attempt fails.default void
Interceptor. before(BasicBuilder builder, HttpRequest request, Interceptor.RequestTags tags)
Called before a request to allow for the manipulation of the requestCompletableFuture<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)
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.<T> CompletableFuture<HttpResponse<T>>
HttpClient. sendAsync(HttpRequest request, Class<T> type)
Send an async request
A Reader or InputStream result must be closed by the caller to properly cleanup resources.<V> CompletableFuture<HttpResponse<V>>
StandardHttpClient. sendAsync(HttpRequest request, Class<V> type)
Constructors in io.fabric8.kubernetes.client.http with parameters of type HttpRequest Constructor Description WebSocketUpgradeResponse(HttpRequest httpRequest)
WebSocketUpgradeResponse(HttpRequest httpRequest, int code)
WebSocketUpgradeResponse(HttpRequest httpRequest, int code, Map<String,List<String>> headers)
-
Uses of HttpRequest in io.fabric8.kubernetes.client.utils
Methods in io.fabric8.kubernetes.client.utils with parameters of type HttpRequest Modifier and Type Method Description void
ImpersonatorInterceptor. before(BasicBuilder builder, HttpRequest request, Interceptor.RequestTags tags)
void
TokenRefreshInterceptor. before(BasicBuilder headerBuilder, HttpRequest request, Interceptor.RequestTags tags)
-