Uses of Interface
org.eclipse.jetty.http.HttpURI
Packages that use HttpURI
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Http : Tools for Http processing
Jetty Rewrite : Rewrite Handler and Rules for Jetty
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
-
Uses of HttpURI in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return HttpURIMethods in org.eclipse.jetty.ee10.servlet with parameters of type HttpURIModifier and TypeMethodDescriptionConstructors in org.eclipse.jetty.ee10.servlet with parameters of type HttpURIModifierConstructorDescriptionDispatcher
(ServletContextHandler contextHandler, HttpURI uri, String decodedPathInContext) -
Uses of HttpURI in org.eclipse.jetty.fcgi.proxy
Constructor parameters in org.eclipse.jetty.fcgi.proxy with type arguments of type HttpURIModifierConstructorDescriptionFastCGIProxyHandler
(Function<Request, HttpURI> httpURIRewriter, String scriptRoot) Creates a new instance with the givenHttpURI
rewriter function. -
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, ComplianceViolation.Listener listener) Constructors in org.eclipse.jetty.http with parameters of type HttpURIModifierConstructorDescriptionRequest
(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields headers) Request
(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength) Request
(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailers) Request
(String method, HttpURI uri, HttpVersion version, HttpFields headers) Request
(String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength) Request
(String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailers) -
Uses of HttpURI in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return HttpURIModifier and TypeMethodDescriptionprotected HttpURI
ProxyHandler.Forward.rewriteHttpURI
(Request clientToProxyRequest) Rewrites the client-to-proxy request URI to the proxy-to-server request URI.protected HttpURI
ProxyHandler.Reverse.rewriteHttpURI
(Request clientToProxyRequest) Rewrites the client-to-proxy request URI to the proxy-to-server request URI.protected abstract HttpURI
ProxyHandler.rewriteHttpURI
(Request clientToProxyRequest) Rewrites the client-to-proxy request URI to the proxy-to-server request URI.Methods in org.eclipse.jetty.proxy that return types with arguments of type HttpURIMethods in org.eclipse.jetty.proxy with parameters of type HttpURIModifier and TypeMethodDescriptionprotected Request
ProxyHandler.newProxyToServerRequest
(Request clientToProxyRequest, HttpURI newHttpURI) Constructor parameters in org.eclipse.jetty.proxy with type arguments of type HttpURI -
Uses of HttpURI in org.eclipse.jetty.rewrite.handler
Methods in org.eclipse.jetty.rewrite.handler that return HttpURIConstructors in org.eclipse.jetty.rewrite.handler with parameters of type HttpURI -
Uses of HttpURI in org.eclipse.jetty.security
Constructors in org.eclipse.jetty.security with parameters of type HttpURI -
Uses of HttpURI in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpURIModifier and TypeMethodDescriptionRequest.getHttpURI()
Request.Wrapper.getHttpURI()
static HttpURI
Request.newHttpURIFrom
(Request request, String newEncodedPathInContext) Creates a newHttpURI
from the given Request's HttpURI and the given path in context.Methods in org.eclipse.jetty.server with parameters of type HttpURI -
Uses of HttpURI in org.eclipse.jetty.server.internal
Methods in org.eclipse.jetty.server.internal that return HttpURI