HomeSort by relevance Sort by last modified time
    Searched refs:_vhosts (Results 1 - 2 of 2) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandler.java 138 private String[] _vhosts; field in class:ContextHandler
281 _vhosts = vhosts;
285 _vhosts = new String[vhosts.length];
287 _vhosts[i] = normalizeHostname(vhosts[i]);
307 if (_vhosts != null)
309 currentVirtualHosts = new ArrayList<String>(Arrays.asList(_vhosts));
324 _vhosts = currentVirtualHosts.toArray(new String[0]);
330 * Removes an array of virtual host entries, if this removes all entries the _vhosts will be set to null
342 else if ( _vhosts == null || _vhosts.length == 0
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 227 milliseconds