Uses of Class
com.sun.net.httpserver.HttpsConfigurator
-
Packages that use HttpsConfigurator 软件包 描述 com.sun.net.httpserver 提供一个简单的高级Http服务器API,可用于构建嵌入式HTTP服务器。 -
-
Uses of HttpsConfigurator in com.sun.net.httpserver
Methods in com.sun.net.httpserver that return HttpsConfigurator Modifier and Type 方法 描述 abstract HttpsConfigurator
HttpsParameters. getHttpsConfigurator()
返回此HttpsParameters的HttpsConfigurator。abstract HttpsConfigurator
HttpsServer. getHttpsConfigurator()
获取此服务器的HttpsConfigurator
对象,如果已设置。Methods in com.sun.net.httpserver with parameters of type HttpsConfigurator Modifier and Type 方法 描述 abstract void
HttpsServer. setHttpsConfigurator(HttpsConfigurator config)
设置此服务器的HttpsConfigurator
对象。
-