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

/openjdk7/jdk/src/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
/openjdk7/jdk/src/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.java166 public void setHttpsConfigurator (HttpsConfigurator config) { method in class:ServerImpl
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest6a.java52 server.setHttpsConfigurator(new HttpsConfigurator (ssl));
H A DTest7a.java56 server.setHttpsConfigurator(new HttpsConfigurator (ssl));
H A DTest8a.java59 server.setHttpsConfigurator(new HttpsConfigurator (ssl));
H A DSelCacheTest.java69 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
H A DTest1.java76 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
H A DTest12.java66 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
H A DTest13.java75 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
H A DTest9.java63 s2.setHttpsConfigurator(new HttpsConfigurator (ctx));
H A DTest9a.java60 server.setHttpsConfigurator(new HttpsConfigurator (serverCtx));
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsCreateSockTest.java129 httpsServer.setHttpsConfigurator(new HttpsConfigurator(SSLContext.getDefault()));
H A DHttpsSocketFacTest.java135 httpsServer.setHttpsConfigurator(new HttpsConfigurator(SSLContext.getDefault()));

Completed in 39 milliseconds