Searched refs:HTTPTestClient (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/test/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPSetAuthenticatorTest.java43 * @build jdk.testlibrary.SimpleSSLContext HTTPTest HTTPTestServer HTTPTestClient HTTPSetAuthenticatorTest
132 HTTPTestClient.connect(protocol, server, mode, authOne);
144 HTTPTestClient.connect(protocol, server, mode, authTwo);
161 HTTPTestClient.connect(protocol, server, mode, authOne);
181 HTTPTestClient.connect(protocol, server, mode, null);
203 // HTTPTestClient.connect(protocol, server, mode, Authenticator.getDefault());
H A DHTTPTestClient.java38 public class HTTPTestClient extends HTTPTest { class in inherits:HTTPTest
H A DHTTPTest.java53 * @build jdk.testlibrary.SimpleSSLContext HTTPTest HTTPTestServer HTTPTestClient
236 HTTPTestClient.connect(protocol, server, mode, null);

Completed in 43 milliseconds