Package org.eclipse.jetty.http.pathmap
Interface MatchedPath
Deprecated.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic MatchedPath
Deprecated.Deprecated.Return the portion of the path that is after the path spec.Deprecated.Return the portion of the path that matches a path spec.
-
Field Details
-
EMPTY
Deprecated.
-
-
Method Details
-
from
Deprecated. -
getPathMatch
String getPathMatch()Deprecated.Return the portion of the path that matches a path spec.- Returns:
- the path name portion of the match.
-
getPathInfo
String getPathInfo()Deprecated.Return the portion of the path that is after the path spec.- Returns:
- the path info portion of the match, or null if there is no portion after the
getPathMatch()
-