Searched refs:getHttpsConfigurator (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DHttpsServer.java103 public abstract HttpsConfigurator getHttpsConfigurator (); method in class:HttpsServer
H A DHttpsParameters.java64 public abstract HttpsConfigurator getHttpsConfigurator(); method in class:HttpsParameters
/openjdk10/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DHttpsServerImpl.java57 public HttpsConfigurator getHttpsConfigurator () { method in class:HttpsServerImpl
58 return server.getHttpsConfigurator();
H A DSSLStreams.java66 HttpsConfigurator cfg = server.getHttpsConfigurator();
114 public HttpsConfigurator getHttpsConfigurator() { method in class:SSLStreams.Parameters
H A DServerImpl.java178 public HttpsConfigurator getHttpsConfigurator () { method in class:ServerImpl

Completed in 111 milliseconds