Uses of Interface
org.eclipse.jetty.http.HttpURI
-
Packages that use HttpURI Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of HttpURI in org.eclipse.jetty.http
Classes in org.eclipse.jetty.http that implement HttpURI Modifier and Type Class Description static classHttpURI.Immutablestatic classHttpURI.MutableMethods in org.eclipse.jetty.http that return HttpURI Modifier and Type Method Description HttpURIMetaData.Request. getURI()Methods in org.eclipse.jetty.http with parameters of type HttpURI Modifier and Type Method Description static HttpURI.MutableHttpURI. build(HttpURI uri)static HttpURI.MutableHttpURI. build(HttpURI uri, java.lang.String pathQuery)static HttpURI.MutableHttpURI. build(HttpURI uri, java.lang.String path, java.lang.String param, java.lang.String query)HttpURI.MutableHttpURI.Mutable. uri(HttpURI uri)Constructors in org.eclipse.jetty.http with parameters of type HttpURI Constructor Description Request(java.lang.String method, HttpURI uri, HttpVersion version, HttpFields fields)Request(java.lang.String method, HttpURI uri, HttpVersion version, HttpFields fields, long contentLength)Request(java.lang.String method, HttpURI uri, HttpVersion version, HttpFields fields, long contentLength, java.util.function.Supplier<HttpFields> trailers)
-