Java HTTP Server

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. 
 

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.
 


Java HTTP Server

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.