Searched defs:setCondition (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java40 * using the {@link #waitForCondition(String)}, {@link #setCondition(String)} and
578 * upon first use (ie. setCondition() or waitForCondition()). Threads
579 * are blocked until some thread calls (or has called) setCondition() for the same
625 public static void setCondition (String condition) { method in class:HttpServer
698 setCondition (name);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java43 * using the {@link #waitForCondition(String)}, {@link #setCondition(String)} and
783 * upon first use (ie. setCondition() or waitForCondition()). Threads
784 * are blocked until some thread calls (or has called) setCondition() for the same
830 public static void setCondition (String condition) { method in class:HttpServer
903 setCondition (name);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java558 * upon first use (ie. setCondition() or waitForCondition()). Threads
559 * are blocked until some thread calls (or has called) setCondition() for the same
605 public static void setCondition (String condition) { method in class:TunnelProxy
678 setCondition (name);

Completed in 35 milliseconds