Class HttpURI.Unsafe

java.lang.Object
org.eclipse.jetty.http.HttpURI.Immutable
org.eclipse.jetty.http.HttpURI.Unsafe
All Implemented Interfaces:
Serializable, HttpURI
Enclosing interface:
HttpURI

public static class HttpURI.Unsafe extends HttpURI.Immutable

An unsafe HttpURI that accepts URI parts without checking whether they are valid.

This class should be primarily used for testing, since possibly invalid URI may break arbitrary code.

See Also: