Uses of Interface
org.eclipse.jetty.http.HttpURI
Packages that use HttpURI
-
Uses of HttpURI in org.eclipse.jetty.http
Classes in org.eclipse.jetty.http that implement HttpURIModifier and TypeClassDescriptionstatic classstatic classstatic classAn unsafeHttpURIthat accepts URI parts without checking whether they are valid.Methods in org.eclipse.jetty.http that return HttpURIMethods in org.eclipse.jetty.http with parameters of type HttpURIModifier and TypeMethodDescriptionstatic HttpURI.Mutablestatic HttpURI.Mutablestatic HttpURI.Mutablestatic StringUriCompliance.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)