Uses of Interface
io.helidon.webclient.api.FullClientRequest
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/2 Support.
Helidon WebClient SPI.
-
Uses of FullClientRequest in io.helidon.webclient.api
Modifier and TypeClassDescriptionclass
ClientRequestBase<T extends ClientRequest<T>,
R extends HttpClientResponse> Abstract base implementation of an HTTP client.class
Client request of any client that support HTTP protocol. -
Uses of FullClientRequest in io.helidon.webclient.http2
Modifier and TypeMethodDescriptionHttp2ClientImpl.clientRequest
(FullClientRequest<?> clientRequest, ClientUri clientUri) Http2ClientImpl.supports
(FullClientRequest<?> clientRequest, ClientUri clientUri) -
Uses of FullClientRequest in io.helidon.webclient.spi
Modifier and TypeMethodDescriptionHttpClientSpi.clientRequest
(FullClientRequest<?> clientRequest, ClientUri clientUri) Create a client request based on the provided HTTP request that is for the version of this client.HttpClientSpi.supports
(FullClientRequest<?> clientRequest, ClientUri clientUri) Return whether this HTTP version can handle the provided request.