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

Packages that use HostMap
org.eclipse.jetty.server.handler   
org.eclipse.jetty.servlets   
 

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

Methods in org.eclipse.jetty.server.handler with parameters of type HostMap
protected  void ConnectHandler.set(String[] entries, HostMap<String> hostMap)
          Helper method to process a list of new entries and replace the content of the specified host map
 

Uses of HostMap in org.eclipse.jetty.servlets
 

Fields in org.eclipse.jetty.servlets declared as HostMap
protected  HostMap<PathMap> ProxyServlet._black
           
protected  HostMap<PathMap> ProxyServlet._white
           
 



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