Uses of Enum
org.eclipse.jetty.http.HttpScheme
Packages that use HttpScheme
-
Uses of HttpScheme in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpSchemeModifier and TypeFieldDescriptionstatic final org.eclipse.jetty.util.Index<HttpScheme>
HttpScheme.CACHE
Methods in org.eclipse.jetty.http that return HttpSchemeModifier and TypeMethodDescriptionstatic HttpScheme
Returns the enum constant of this type with the specified name.static HttpScheme[]
HttpScheme.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.http with parameters of type HttpSchemeConstructors in org.eclipse.jetty.http with parameters of type HttpSchemeModifierConstructorDescriptionConnectRequest
(HttpScheme scheme, HostPortHttpField authority, String path, HttpFields fields, String protocol)