Uses of Interface
io.fabric8.kubernetes.client.http.HttpResponse
-
Packages that use HttpResponse Package Description io.fabric8.kubernetes.client.http io.fabric8.kubernetes.client.utils -
-
Uses of HttpResponse in io.fabric8.kubernetes.client.http
Classes in io.fabric8.kubernetes.client.http that implement HttpResponse Modifier and Type Class Description classWebSocketUpgradeResponseMethods in io.fabric8.kubernetes.client.http that return types with arguments of type HttpResponse 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)Optional<HttpResponse<?>>HttpResponse. previousResponse()Optional<HttpResponse<?>>WebSocketUpgradeResponse. previousResponse()<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)Methods in io.fabric8.kubernetes.client.http with parameters of type HttpResponse 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.default CompletableFuture<Boolean>Interceptor. afterFailure(BasicBuilder builder, HttpResponse<?> response, Interceptor.RequestTags tags)Called after a websocket failure or by default from a normal request.default CompletableFuture<Boolean>Interceptor. afterFailure(HttpRequest.Builder builder, HttpResponse<?> response, Interceptor.RequestTags tags)Called after a non-websocket failureprotected voidByteArrayBodyHandler. onResponse(HttpResponse<AsyncBody> response)protected voidHttpClientReadableByteChannel. onResponse(HttpResponse<AsyncBody> response) -
Uses of HttpResponse in io.fabric8.kubernetes.client.utils
Methods in io.fabric8.kubernetes.client.utils with parameters of type HttpResponse Modifier and Type Method Description CompletableFuture<Boolean>BackwardsCompatibilityInterceptor. afterFailure(BasicBuilder basicBuilder, HttpResponse<?> response, Interceptor.RequestTags tags)CompletableFuture<Boolean>BackwardsCompatibilityInterceptor. afterFailure(HttpRequest.Builder builder, HttpResponse<?> response, Interceptor.RequestTags tags)CompletableFuture<Boolean>TokenRefreshInterceptor. afterFailure(BasicBuilder headerBuilder, HttpResponse<?> response, Interceptor.RequestTags tags)io.fabric8.kubernetes.client.utils.BackwardsCompatibilityInterceptor.ResourceKeyBackwardsCompatibilityInterceptor. findNewTarget(BasicBuilder basicBuilder, HttpResponse<?> response)protected booleanTokenRefreshInterceptor. shouldFail(HttpResponse<?> response)
-