Uses of Class
org.eclipse.jetty.http.HttpURI
Packages that use HttpURI
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
-
Uses of HttpURI in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as HttpURIMethods in org.eclipse.jetty.http that return HttpURIModifier and TypeMethodDescriptionstatic HttpURI
HttpURI.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 HttpURIConstructors 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) -
Uses of HttpURI in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as HttpURIMethods in org.eclipse.jetty.server that return HttpURIMethods in org.eclipse.jetty.server with parameters of type HttpURIConstructors in org.eclipse.jetty.server with parameters of type HttpURIModifierConstructorDescriptionDispatcher
(ContextHandler contextHandler, HttpURI uri, String pathInContext)