Uses of Enum Class
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 HttpSchemeMethods in org.eclipse.jetty.http that return HttpSchemeModifier 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.Constructors in org.eclipse.jetty.http with parameters of type HttpSchemeModifierConstructorDescriptionRequest
(String method, HttpScheme scheme, HostPortHttpField hostPort, String uri, HttpVersion version, HttpFields fields) Request
(String method, HttpScheme scheme, HostPortHttpField hostPort, String uri, HttpVersion version, HttpFields fields, long contentLength)