Uses of Class
org.eclipse.jetty.util.IPAddressMap

Packages that use IPAddressMap
org.eclipse.jetty.server.handler   
 

Uses of IPAddressMap in org.eclipse.jetty.server.handler
 

Methods in org.eclipse.jetty.server.handler with parameters of type IPAddressMap
protected  void IPAccessHandler.add(String entry, IPAddressMap<PathMap> patternMap)
          Helper method to parse the new entry and add it to the specified address pattern map.
protected  void IPAccessHandler.dump(StringBuilder buf, IPAddressMap<PathMap> patternMap)
          Dump a pattern map into a StringBuilder buffer
protected  void IPAccessHandler.set(String[] entries, IPAddressMap<PathMap> patternMap)
          Helper method to process a list of new entries and replace the content of the specified address pattern map
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.