Package org.eclipse.jetty.http.pathmap
Interface MatchedPath
-
@Deprecated(since="2021-05-27") public interface MatchedPathDeprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static MatchedPathEMPTYDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description static MatchedPathfrom(java.lang.String pathMatch, java.lang.String pathInfo)Deprecated.java.lang.StringgetPathInfo()Deprecated.Return the portion of the path that is after the path spec.java.lang.StringgetPathMatch()Deprecated.Return the portion of the path that matches a path spec.
-
-
-
Field Detail
-
EMPTY
static final MatchedPath EMPTY
Deprecated.
-
-
Method Detail
-
from
static MatchedPath from(java.lang.String pathMatch, java.lang.String pathInfo)
Deprecated.
-
getPathMatch
java.lang.String getPathMatch()
Deprecated.Return the portion of the path that matches a path spec.- Returns:
- the path name portion of the match.
-
getPathInfo
java.lang.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()
-
-