Uses of Enum Class
io.helidon.webclient.spi.HttpClientSpi.SupportLevel
Package
Description
Helidon WebClient HTTP/2 Support.
Helidon WebClient SPI.
-
Uses of HttpClientSpi.SupportLevel in io.helidon.webclient.http2
Modifier and TypeMethodDescriptionHttp2ClientImpl.supports
(FullClientRequest<?> clientRequest, ClientUri clientUri) -
Uses of HttpClientSpi.SupportLevel in io.helidon.webclient.spi
Modifier and TypeMethodDescriptionHttpClientSpi.supports
(FullClientRequest<?> clientRequest, ClientUri clientUri) Return whether this HTTP version can handle the provided request.static HttpClientSpi.SupportLevel
Returns 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.