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
Fields in org.eclipse.jetty.http declared as HttpURI Modifier and Type Field Description private HttpURIMetaData.Request. _uriMethods in org.eclipse.jetty.http that return HttpURI Modifier and Type Method Description static HttpURIHttpURI. 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.HttpURIMetaData.Request. getURI()Methods in org.eclipse.jetty.http with parameters of type HttpURI Modifier and Type Method Description static java.lang.StringHttpCompliance. checkUriCompliance(HttpCompliance compliance, HttpURI uri)voidMetaData.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
Fields in org.eclipse.jetty.server declared as HttpURI Modifier and Type Field Description private HttpURIDispatcher. _uriMethods in org.eclipse.jetty.server that return HttpURI Modifier and Type Method Description HttpURIRequest. getHttpURI()Methods in org.eclipse.jetty.server with parameters of type HttpURI Modifier and Type Method Description private static voidDispatcher. checkUriViolations(HttpURI uri, Request baseRequest)voidRequest. 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)
-