Uses of Class
com.sun.net.httpserver.HttpsConfigurator
Packages that use HttpsConfigurator
Package
Description
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 HttpsConfiguratorModifier and TypeMethodDescriptionabstract HttpsConfigurator
HttpsParameters.getHttpsConfigurator()
Returns theHttpsConfigurator
for thisHttpsParameters
.abstract HttpsConfigurator
HttpsServer.getHttpsConfigurator()
Gets this server'sHttpsConfigurator
object, if it has been set.Methods in com.sun.net.httpserver with parameters of type HttpsConfiguratorModifier and TypeMethodDescriptionabstract void
HttpsServer.setHttpsConfigurator
(HttpsConfigurator config) Sets this server'sHttpsConfigurator
object.