Uses of Class
org.eclipse.jetty.http.PathMap.MappedEntry
-
Packages that use PathMap.MappedEntry Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of PathMap.MappedEntry in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as PathMap.MappedEntry Modifier and Type Field Description (package private) PathMap.MappedEntry<O>PathMap. _defaultDeprecated.(package private) PathMap.MappedEntry<O>PathMap. _prefixDefaultDeprecated.Fields in org.eclipse.jetty.http with type parameters of type PathMap.MappedEntry Modifier and Type Field Description (package private) java.util.List<PathMap.MappedEntry<O>>PathMap. _defaultSingletonListDeprecated.(package private) java.util.Map<java.lang.String,PathMap.MappedEntry<O>>PathMap. _exactMapDeprecated.(package private) Trie<PathMap.MappedEntry<O>>PathMap. _prefixMapDeprecated.(package private) Trie<PathMap.MappedEntry<O>>PathMap. _suffixMapDeprecated.Methods in org.eclipse.jetty.http that return PathMap.MappedEntry Modifier and Type Method Description PathMap.MappedEntry<O>PathMap. getMatch(java.lang.String path)Deprecated.Get the entry mapped by the best specification.
-