Uses of Class
org.eclipse.jetty.util.IPAddressMap
Packages that use IPAddressMap
-
Uses of IPAddressMap in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler with type parameters of type IPAddressMapModifier and TypeFieldDescription(package private) PathMap<IPAddressMap<Boolean>>
IPAccessHandler._black
Deprecated.(package private) PathMap<IPAddressMap<Boolean>>
IPAccessHandler._white
Deprecated.Method parameters in org.eclipse.jetty.server.handler with type arguments of type IPAddressMapModifier 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