Uses of Class
org.eclipse.jetty.http.PathMap
Packages that use PathMap
Package
Description
Jetty Http : Tools for Http processing
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Handler API
-
Uses of PathMap in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as PathMap -
Uses of PathMap in org.eclipse.jetty.security
Fields in org.eclipse.jetty.security declared as PathMap -
Uses of PathMap in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler declared as PathMapModifier and TypeFieldDescription(package private) PathMap
<IPAddressMap<Boolean>> IPAccessHandler._black
Deprecated.(package private) PathMap
<IPAddressMap<Boolean>> IPAccessHandler._white
Deprecated.Methods in org.eclipse.jetty.server.handler with parameters of type PathMapModifier and TypeMethodDescriptionprotected void
IPAccessHandler.add
(String entry, PathMap<IPAddressMap<Boolean>> patternMap) Deprecated.Helper method to parse the new entry and add it to the specified address pattern map.protected void
IPAccessHandler.set
(String[] entries, PathMap<IPAddressMap<Boolean>> patternMap) Deprecated.Helper method to process a list of new entries and replace the content of the specified address pattern map