Uses of Class
io.fabric8.kubernetes.client.http.StandardHttpRequest
-
Packages that use StandardHttpRequest Package Description io.fabric8.kubernetes.client.http -
-
Uses of StandardHttpRequest in io.fabric8.kubernetes.client.http
Methods in io.fabric8.kubernetes.client.http that return StandardHttpRequest Modifier and Type Method Description StandardHttpRequest
StandardWebSocketBuilder. asHttpRequest()
StandardHttpRequest
StandardHttpRequest.Builder. build()
Methods in io.fabric8.kubernetes.client.http with parameters of type StandardHttpRequest Modifier and Type Method Description abstract CompletableFuture<HttpResponse<AsyncBody>>
StandardHttpClient. consumeBytesDirect(StandardHttpRequest request, AsyncBody.Consumer<List<ByteBuffer>> consumer)
Constructors in io.fabric8.kubernetes.client.http with parameters of type StandardHttpRequest Constructor Description Builder(StandardHttpRequest original)
-