Lightweight HTTP Server 1.0.0.Beta1

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

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

Uses of HttpsConfigurator in org.jboss.com.sun.net.httpserver
 

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

Methods in org.jboss.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 org.jboss.sun.net.httpserver
 

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

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


Lightweight HTTP Server 1.0.0.Beta1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.