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

  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandlerCollection.java 128 String vhost=vhosts[j]; local
129 contexts=hosts.get(vhost);
131 hosts.put(vhost,contexts);
ContextHandler.java 878 String vhost = normalizeHostname(baseRequest.getServerName()); local
891 match = contextVhost.regionMatches(true,2,vhost,vhost.indexOf(".") + 1,contextVhost.length() - 2);
894 match = contextVhost.equalsIgnoreCase(vhost);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/session/
JDBCSessionManager.java 183 public synchronized void setVirtualHost (String vhost)
185 _virtualHost=vhost;
804 protected Session loadSession (final String id, final String canonicalContextPath, final String vhost)
820 statement = _jdbcSessionIdMgr._dbAdaptor.getLoadStatement(connection, id, canonicalContextPath, vhost);
906 statement.setString(4, session.getVirtualHost()); //first vhost
1149 String vhost = "0.0.0.0"; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 108 milliseconds