Uses of Class
org.eclipse.jetty.http.pathmap.MatchedResource
-
Packages that use MatchedResource Package Description org.eclipse.jetty.http.pathmap -
-
Uses of MatchedResource in org.eclipse.jetty.http.pathmap
Methods in org.eclipse.jetty.http.pathmap that return MatchedResource Modifier and Type Method Description MatchedResource<E>PathMappings. getMatched(java.lang.String path)static <E> MatchedResource<E>MatchedResource. of(java.util.Map.Entry<PathSpec,E> mapping, MatchedPath matchedPath)Methods in org.eclipse.jetty.http.pathmap that return types with arguments of type MatchedResource Modifier and Type Method Description java.util.List<MatchedResource<E>>PathMappings. getMatchedList(java.lang.String path)Return a list of MatchedResource matches for the specified path.
-