Uses of Class
org.eclipse.jetty.http.HttpURI
-
Packages that use HttpURI Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HttpURI in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpURI Modifier and Type Method Description static HttpURI
HttpURI. createHttpURI(java.lang.String scheme, java.lang.String host, int port, java.lang.String path, java.lang.String param, java.lang.String query, java.lang.String fragment)
Construct a normalized URI.HttpURI
MetaData.Request. getURI()
Methods in org.eclipse.jetty.http with parameters of type HttpURI Modifier and Type Method Description static java.lang.String
HttpCompliance. checkUriCompliance(HttpCompliance compliance, HttpURI uri)
void
MetaData.Request. setURI(HttpURI uri)
Constructors in org.eclipse.jetty.http with parameters of type HttpURI Constructor Description HttpURI(HttpURI uri)
HttpURI(HttpURI schemeHostPort, HttpURI uri)
Request(java.lang.String method, HttpURI uri, HttpVersion version, HttpFields fields)
Request(java.lang.String method, HttpURI uri, HttpVersion version, HttpFields fields, long contentLength)
-
Uses of HttpURI in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpURI Modifier and Type Method Description HttpURI
Request. getHttpURI()
Methods in org.eclipse.jetty.server with parameters of type HttpURI Modifier and Type Method Description void
Request. setHttpURI(HttpURI uri)
Constructors in org.eclipse.jetty.server with parameters of type HttpURI Constructor Description Dispatcher(ContextHandler contextHandler, HttpURI uri, java.lang.String pathInContext)
-