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