Uses of Interface
io.helidon.webclient.api.ClientRequest
Packages that use ClientRequest
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebClient SPI.
-
Uses of ClientRequest in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type ClientRequestModifier and TypeInterfaceDescriptioninterfaceClientRequest<T extends ClientRequest<T>>Request can be reused within a single thread, but it remembers all explicitly configured headers and URI.classClientRequestBase<T extends ClientRequest<T>,R extends HttpClientResponse> Abstract base implementation of an HTTP client.interfaceFullClientRequest<T extends ClientRequest<T>>Client request with getters for all configurable options, used for integration with HTTP version implementations.interfaceHttpClient<REQ extends ClientRequest<REQ>>HTTP client.Subinterfaces of ClientRequest in io.helidon.webclient.apiModifier and TypeInterfaceDescriptioninterfaceFullClientRequest<T extends ClientRequest<T>>Client request with getters for all configurable options, used for integration with HTTP version implementations.Classes in io.helidon.webclient.api that implement ClientRequestModifier 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 ClientRequest in io.helidon.webclient.http1
Subinterfaces of ClientRequest in io.helidon.webclient.http1 -
Uses of ClientRequest in io.helidon.webclient.http2
Subinterfaces of ClientRequest in io.helidon.webclient.http2 -
Uses of ClientRequest in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi that return ClientRequestModifier 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.