Package org.eclipse.jetty.http
Class HttpURI.Immutable
java.lang.Object
org.eclipse.jetty.http.HttpURI.Immutable
- All Implemented Interfaces:
Serializable
,HttpURI
- Enclosing interface:
- HttpURI
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http.HttpURI
HttpURI.Immutable, HttpURI.Mutable
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.http.HttpURI
hasAmbiguousEmptySegment, hasAmbiguousEncoding, hasAmbiguousParameter, hasAmbiguousSegment, hasAmbiguousSeparator, hasUtf16Encoding, toURI
-
Method Details
-
asImmutable
- Specified by:
asImmutable
in interfaceHttpURI
-
asString
-
equals
-
getAuthority
- Specified by:
getAuthority
in interfaceHttpURI
-
getDecodedPath
- Specified by:
getDecodedPath
in interfaceHttpURI
-
getCanonicalPath
- Specified by:
getCanonicalPath
in interfaceHttpURI
-
getFragment
- Specified by:
getFragment
in interfaceHttpURI
-
getHost
-
getParam
Description copied from interface:HttpURI
Get a URI path parameter. Only parameters from the last segment are returned. -
getPath
-
getPathQuery
- Specified by:
getPathQuery
in interfaceHttpURI
-
getPort
public int getPort() -
getQuery
-
getScheme
-
getUser
-
hasAuthority
public boolean hasAuthority()- Specified by:
hasAuthority
in interfaceHttpURI
-
hashCode
public int hashCode() -
isAbsolute
public boolean isAbsolute()- Specified by:
isAbsolute
in interfaceHttpURI
-
isAmbiguous
public boolean isAmbiguous()- Specified by:
isAmbiguous
in interfaceHttpURI
- Returns:
- True if the URI has any ambiguous
UriCompliance.Violation
s.
-
hasViolations
public boolean hasViolations()- Specified by:
hasViolations
in interfaceHttpURI
- Returns:
- True if the URI has any
UriCompliance.Violation
s.
-
hasViolation
- Specified by:
hasViolation
in interfaceHttpURI
- Parameters:
violation
- the violation to check.- Returns:
- true if the URI has the passed violation.
-
getViolations
- Specified by:
getViolations
in interfaceHttpURI
- Returns:
- Set of violations in the URI.
-
toString
-