Uses of Enum Class
io.helidon.webclient.spi.HttpClientSpi.SupportLevel
Packages that use HttpClientSpi.SupportLevel
Package
Description
Helidon WebClient HTTP/2 Support.
Helidon WebClient SPI.
-
Uses of HttpClientSpi.SupportLevel in io.helidon.webclient.http2
Methods in io.helidon.webclient.http2 that return HttpClientSpi.SupportLevelModifier and TypeMethodDescriptionHttp2ClientImpl.supports(FullClientRequest<?> clientRequest, ClientUri clientUri) -
Uses of HttpClientSpi.SupportLevel in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi that return HttpClientSpi.SupportLevelModifier and TypeMethodDescriptionHttpClientSpi.supports(FullClientRequest<?> clientRequest, ClientUri clientUri) Return whether this HTTP version can handle the provided request.static HttpClientSpi.SupportLevelReturns the enum constant of this class with the specified name.static HttpClientSpi.SupportLevel[]HttpClientSpi.SupportLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.