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._blackDeprecated.(package private) PathMap<IPAddressMap<Boolean>> IPAccessHandler._whiteDeprecated.Method parameters in org.eclipse.jetty.server.handler with type arguments of type IPAddressMapModifier and TypeMethodDescriptionprotected voidIPAccessHandler.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 voidIPAccessHandler.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