Uses of Interface
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
Classes in org.eclipse.jetty.http that implement HttpURIMethods in org.eclipse.jetty.http that return HttpURIMethods in org.eclipse.jetty.http with parameters of type HttpURIModifier and TypeMethodDescriptionstatic HttpURI.Mutable
static HttpURI.Mutable
static HttpURI.Mutable
static String
UriCompliance.checkUriCompliance
(UriCompliance compliance, HttpURI uri) Constructors in org.eclipse.jetty.http with parameters of type HttpURIModifierConstructorDescriptionRequest
(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields fields) Request
(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields fields, long contentLength) Request
(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields fields, long contentLength, Supplier<HttpFields> trailers) Request
(String method, HttpURI uri, HttpVersion version, HttpFields fields) Request
(String method, HttpURI uri, HttpVersion version, HttpFields fields, long contentLength) Request
(String method, HttpURI uri, HttpVersion version, HttpFields fields, long contentLength, Supplier<HttpFields> trailers) -
Uses of HttpURI in org.eclipse.jetty.server
Methods 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 HttpURIModifierConstructorDescriptionAsyncContextEvent
(ContextHandler.Context context, AsyncContextState asyncContext, HttpChannelState state, Request baseRequest, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, HttpURI baseURI) Dispatcher
(ContextHandler contextHandler, HttpURI uri, String pathInContext)