A B C D I N P R V 
All Classes All Packages

A

additionalConfig(WebClientOptions, WebSocketClientOptions, PoolOptions) - Method in class io.fabric8.kubernetes.client.vertx5.Vertx5HttpClientFactory
Additional configuration to be applied to the options after the Config has been processed.

B

body() - Method in class io.fabric8.kubernetes.client.vertx5.Vertx5HttpResponse
Returns the async response body for streaming consumption.
build() - Method in class io.fabric8.kubernetes.client.vertx5.Vertx5HttpClientBuilder
Builds the configured Vertx5HttpClient instance.
buildWebSocketDirect(StandardWebSocketBuilder, WebSocket.Listener) - Method in class io.fabric8.kubernetes.client.vertx5.Vertx5HttpClient
 

C

code() - Method in class io.fabric8.kubernetes.client.vertx5.Vertx5HttpResponse
Returns the HTTP status code from the underlying Vert.x response.
consumeBytesDirect(StandardHttpRequest, AsyncBody.Consumer<List<ByteBuffer>>) - Method in class io.fabric8.kubernetes.client.vertx5.Vertx5HttpClient
 

D

doClose() - Method in class io.fabric8.kubernetes.client.vertx5.Vertx5HttpClient
 

I

io.fabric8.kubernetes.client.vertx5 - package io.fabric8.kubernetes.client.vertx5
 

N

newBuilder() - Method in class io.fabric8.kubernetes.client.vertx5.Vertx5HttpClientFactory
– reuses the shared Vert.x when present, otherwise defers creation to the builder.
newInstance(F) - Method in class io.fabric8.kubernetes.client.vertx5.Vertx5HttpClientBuilder
Creates a new builder instance sharing the same Vert.x instance.

P

previousResponse() - Method in class io.fabric8.kubernetes.client.vertx5.Vertx5HttpResponse
Returns the previous response in an HTTP redirect chain.

R

request() - Method in class io.fabric8.kubernetes.client.vertx5.Vertx5HttpResponse
Returns the original HTTP request that initiated this response.

V

Vertx5HttpClient<F extends HttpClient.Factory> - Class in io.fabric8.kubernetes.client.vertx5
 
Vertx5HttpClientBuilder<F extends HttpClient.Factory> - Class in io.fabric8.kubernetes.client.vertx5
Builder for creating Vert.x-based HTTP clients used in Kubernetes API communication.
Vertx5HttpClientBuilder(F, Vertx) - Constructor for class io.fabric8.kubernetes.client.vertx5.Vertx5HttpClientBuilder
Creates a builder with optional shared Vert.x instance.
Vertx5HttpClientFactory - Class in io.fabric8.kubernetes.client.vertx5
Vert.x 5 implementation of HttpClient.Factory.
Vertx5HttpClientFactory() - Constructor for class io.fabric8.kubernetes.client.vertx5.Vertx5HttpClientFactory
Return a factory that reuses the supplied Vert.x instance.
Vertx5HttpClientFactory(Vertx) - Constructor for class io.fabric8.kubernetes.client.vertx5.Vertx5HttpClientFactory
Create a new instance of the factory that will reuse the provided Vertx instance.
Vertx5HttpResponse - Class in io.fabric8.kubernetes.client.vertx5
Vert.x 5 implementation of HttpResponse for the Fabric8 Kubernetes Client.
A B C D I N P R V 
All Classes All Packages