Searched refs:setHttpsConfigurator (Results 1 - 22 of 22) sorted by relevance

/openjdk10/jdk/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DHttpsServer.java59 * The server must also have a HttpsConfigurator established with {@link #setHttpsConfigurator(HttpsConfigurator)}
74 * The server must have a HttpsConfigurator established with {@link #setHttpsConfigurator(HttpsConfigurator)}
97 public abstract void setHttpsConfigurator (HttpsConfigurator config) ; method in class:HttpsServer
/openjdk10/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DHttpsServerImpl.java53 public void setHttpsConfigurator (HttpsConfigurator config) { method in class:HttpsServerImpl
54 server.setHttpsConfigurator (config);
H A DServerImpl.java167 public void setHttpsConfigurator (HttpsConfigurator config) { method in class:ServerImpl
/openjdk10/jdk/test/com/sun/net/httpserver/
H A DTest7a.java59 server.setHttpsConfigurator(new HttpsConfigurator (ssl));
H A DTest6a.java55 server.setHttpsConfigurator(new HttpsConfigurator (ssl));
H A DTest8a.java62 server.setHttpsConfigurator(new HttpsConfigurator (ssl));
H A DTest12.java69 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
H A DTest1.java79 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
H A DSelCacheTest.java72 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
H A DTest13.java77 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
H A DTest9a.java64 server.setHttpsConfigurator(new HttpsConfigurator (serverCtx));
H A DTest9.java66 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
/openjdk10/jdk/test/javax/net/ssl/HttpsURLConnection/
H A DEquals.java54 s2.setHttpsConfigurator(new HttpsConfigurator(ctx));
/openjdk10/jdk/test/sun/net/www/protocol/http/
H A DRedirectOnPost.java171 testServer.setHttpsConfigurator(new HttpsConfigurator (ctx));
/openjdk10/jdk/test/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsCreateSockTest.java128 httpsServer.setHttpsConfigurator(new HttpsConfigurator(SSLContext.getDefault()));
H A DHttpsSocketFacTest.java134 httpsServer.setHttpsConfigurator(new HttpsConfigurator(SSLContext.getDefault()));
/openjdk10/jdk/test/java/net/URLPermission/
H A DURLTest.java239 httpsServer.setHttpsConfigurator(new HttpsConfigurator (ctx));
/openjdk10/jdk/test/java/net/httpclient/
H A DManyRequests.java84 server.setHttpsConfigurator(new Configurator(ctx));
H A DProxyTest.java102 server.setHttpsConfigurator(new Configurator(SSLContext.getDefault()));
H A DLightWeightHttpServer.java113 httpsServer.setHttpsConfigurator(new HttpsConfigurator(ctx));
H A DSmokeTest.java678 s2.setHttpsConfigurator(new Configurator(ctx));
/openjdk10/jdk/test/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java214 server.setHttpsConfigurator(new Configurator(ctx));

Completed in 203 milliseconds