Uses of Class
org.eclipse.jetty.util.IPAddressMap
-
Packages that use IPAddressMap Package Description org.eclipse.jetty.server.handler Jetty Server : Core Handler API -
-
Uses of IPAddressMap in org.eclipse.jetty.server.handler
Method parameters in org.eclipse.jetty.server.handler with type arguments of type IPAddressMap 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
-