Uses of Class
io.helidon.webclient.api.HttpClientRequest
Packages that use HttpClientRequest
Package
Description
Mapper that retrieves roles from IDCS server and maps them to user subject.
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer Testing JUnit5 Support.
-
Uses of HttpClientRequest in io.helidon.security.providers.idcs.mapper
Methods in io.helidon.security.providers.idcs.mapper with parameters of type HttpClientRequestModifier and TypeMethodDescriptionIdcsRoleMapperProviderBase.processRoleRequest(HttpClientRequest request, Object entity, String subjectName) Request roles from IDCS and process the response. -
Uses of HttpClientRequest in io.helidon.webclient.api
Subclasses with type arguments of type HttpClientRequest in io.helidon.webclient.apiModifier and TypeClassDescriptionclassClient request of any client that support HTTP protocol.Subinterfaces with type arguments of type HttpClientRequest in io.helidon.webclient.apiMethods in io.helidon.webclient.api that return HttpClientRequestModifier and TypeMethodDescriptionHttpClientRequest.protocolId(String protocol) Use an explicit version of HTTP by defining its ALPN protocol ID. -
Uses of HttpClientRequest in io.helidon.webserver.testing.junit5
Methods in io.helidon.webserver.testing.junit5 that return HttpClientRequest