Uses of Enum Class
org.eclipse.jetty.http.HttpScheme
-
Uses of HttpScheme in org.eclipse.jetty.http
Modifier and TypeMethodDescriptionstatic HttpScheme
Returns the enum constant of this class with the specified name.static HttpScheme[]
HttpScheme.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionConnectRequest
(long beginNanoTime, HttpScheme scheme, HostPortHttpField authority, String pathQuery, HttpFields headers, String protocol) ConnectRequest
(HttpScheme scheme, HostPortHttpField authority, String pathQuery, HttpFields headers, String protocol)