Uses of Class
org.eclipse.jetty.http.HttpURI
Packages that use HttpURI
-
Uses of HttpURI in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpURIModifier and TypeMethodDescriptionstatic HttpURIHttpURI.createHttpURI(String scheme, String host, int port, String path, String param, String query, String fragment) Construct a normalized URI.MetaData.Request.getURI()Methods in org.eclipse.jetty.http with parameters of type HttpURIModifier and TypeMethodDescriptionstatic StringHttpCompliance.checkUriCompliance(HttpCompliance compliance, HttpURI uri) voidConstructors in org.eclipse.jetty.http with parameters of type HttpURIModifierConstructorDescriptionRequest(String method, HttpURI uri, HttpVersion version, HttpFields fields) Request(String method, HttpURI uri, HttpVersion version, HttpFields fields, long contentLength)