Searched refs:findContext (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DContextList.java50 synchronized HttpContextImpl findContext (String protocol, String path) { method in class:ContextList
51 return findContext (protocol, path, false);
54 synchronized HttpContextImpl findContext (String protocol, String path, boolean exact) { method in class:ContextList
79 HttpContextImpl ctx = findContext (protocol, path, true);
H A DServerImpl.java577 ctx = contexts.findContext (protocol, uri.getPath());

Completed in 486 milliseconds