Uses of Interface
io.helidon.webclient.api.FullClientRequest
Packages that use FullClientRequest
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient SPI.
-
Uses of FullClientRequest in io.helidon.webclient.api
Classes in io.helidon.webclient.api that implement FullClientRequestModifier and TypeClassDescriptionclassClientRequestBase<T extends ClientRequest<T>,R extends HttpClientResponse> Abstract base implementation of an HTTP client.classClient request of any client that support HTTP protocol. -
Uses of FullClientRequest in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi with parameters of type FullClientRequestModifier 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.