Uses of Class
com.sun.net.httpserver.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
Modifier and TypeMethodDescriptionabstract HttpsConfigurator
HttpsParameters.getHttpsConfigurator()
Returns theHttpsConfigurator
for thisHttpsParameters
.abstract HttpsConfigurator
HttpsServer.getHttpsConfigurator()
Gets this server'sHttpsConfigurator
object, if it has been set.Modifier and TypeMethodDescriptionabstract void
HttpsServer.setHttpsConfigurator
(HttpsConfigurator config) Sets this server'sHttpsConfigurator
object.