Uses of Class
com.sun.net.httpserver.HttpsConfigurator
Packages that use HttpsConfigurator
包
描述
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
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 HttpsConfigurator修饰符和类方法描述abstract void
HttpsServer.setHttpsConfigurator
(HttpsConfigurator config) Sets this server'sHttpsConfigurator
object.