Uses of Class
com.sun.net.httpserver.HttpsConfigurator

Packages that use HttpsConfigurator
com.sun.net.httpserver Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. 
sun.net.httpserver   
 

Uses of HttpsConfigurator in com.sun.net.httpserver
 

Methods in com.sun.net.httpserver that return HttpsConfigurator
abstract  HttpsConfigurator HttpsServer.getHttpsConfigurator()
          Gets this server's HttpsConfigurator object, if it has been set.
abstract  HttpsConfigurator HttpsParameters.getHttpsConfigurator()
          Returns the HttpsConfigurator for this HttpsParameters.
 

Methods in com.sun.net.httpserver with parameters of type HttpsConfigurator
abstract  void HttpsServer.setHttpsConfigurator(HttpsConfigurator config)
          Sets this server's HttpsConfigurator object.
 

Uses of HttpsConfigurator in sun.net.httpserver
 

Methods in sun.net.httpserver that return HttpsConfigurator
 HttpsConfigurator HttpsServerImpl.getHttpsConfigurator()
           
 

Methods in sun.net.httpserver with parameters of type HttpsConfigurator
 void HttpsServerImpl.setHttpsConfigurator(HttpsConfigurator config)
           
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.