Uses of Enum Class
java.net.http.HttpOption.Http3DiscoveryMode
Packages that use HttpOption.Http3DiscoveryMode
-
Uses of HttpOption.Http3DiscoveryMode in java.net.http
Subclasses with type arguments of type HttpOption.Http3DiscoveryMode in java.net.httpModifier and TypeClassDescriptionstatic enumThis enumeration can be used to help theHttpClientdecide how an HTTP/3 exchange should be established, and can be provided as the value of theHttpOption.H3_DISCOVERYoption toBuilder.setOption.Fields in java.net.http with type parameters of type HttpOption.Http3DiscoveryModeModifier and TypeFieldDescriptionstatic final HttpOption<HttpOption.Http3DiscoveryMode> HttpOption.H3_DISCOVERYAn option that can be used to configure how theHttpClientwill select or establish an HTTP/3 connection through which to carry out the request.Methods in java.net.http that return HttpOption.Http3DiscoveryModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HttpOption.Http3DiscoveryMode[]HttpOption.Http3DiscoveryMode.values()Returns an array containing the constants of this enum class, in the order they are declared.