Searched refs:vhost (Results 1 – 7 of 7) sorted by relevance
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
D | JDBCSessionManager.java | 183 public synchronized void setVirtualHost (String vhost) in setVirtualHost() argument 185 _virtualHost=vhost; in setVirtualHost() 804 …tected Session loadSession (final String id, final String canonicalContextPath, final String vhost) in loadSession() argument 820 …ement = _jdbcSessionIdMgr._dbAdaptor.getLoadStatement(connection, id, canonicalContextPath, vhost); in loadSession() 1149 String vhost = "0.0.0.0"; in getVirtualHost() local 1152 return vhost; in getVirtualHost() 1156 return vhost; in getVirtualHost()
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
D | ContextHandlerCollection.java | 128 String vhost=vhosts[j]; in mapContexts() local 129 contexts=hosts.get(vhost); in mapContexts() 131 hosts.put(vhost,contexts); in mapContexts()
|
D | ContextHandler.java | 878 String vhost = normalizeHostname(baseRequest.getServerName()); in checkContext() local 891 … match = contextVhost.regionMatches(true,2,vhost,vhost.indexOf(".") + 1,contextVhost.length() - 2); in checkContext() 894 match = contextVhost.equalsIgnoreCase(vhost); in checkContext()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 1940 + " Example: vncviewer ... -repeater vhost:0 repeat.host:5900\n" 18226 +Example: vncviewer ... -repeater vhost:0 repeat.host:5900 21504 +Example: vncviewer ... -repeater vhost:0 repeat.host:5900
|
/external/jetty/ |
D | VERSION.txt | 1334 + JETTY-1297 Improved matching of vhosts so that a vhost match has priority
|
/external/libvncserver/x11vnc/ |
D | README | 12005 Example: vncviewer ... -repeater vhost:0 repeat.host:5900
|