Uses of Class
org.eclipse.jetty.http.HttpScheme
-
Packages that use HttpScheme Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of HttpScheme in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpScheme Modifier and Type Field Description static org.eclipse.jetty.util.Index<HttpScheme>HttpScheme. CACHEMethods in org.eclipse.jetty.http that return HttpScheme Modifier and Type Method Description static HttpSchemeHttpScheme. valueOf(java.lang.String name)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 HttpScheme Modifier and Type Method Description HttpURI.MutableHttpURI.Mutable. scheme(HttpScheme scheme)Constructors in org.eclipse.jetty.http with parameters of type HttpScheme Constructor Description ConnectRequest(HttpScheme scheme, HostPortHttpField authority, java.lang.String path, HttpFields fields, java.lang.String protocol)
-