Uses of Class
com.sun.net.httpserver.HttpsServer
Packages that use HttpsServer
Package
Description
Provides a simple high-level Http server API, which can be used to build
   embedded HTTP servers.
Provides a pluggable service provider interface, which allows the HTTP server
 implementation to be replaced with other implementations.
- 
Uses of HttpsServer in com.sun.net.httpserverMethods in com.sun.net.httpserver that return HttpsServerModifier and TypeMethodDescriptionstatic HttpsServerHttpsServer.create()Creates aHttpsServerinstance which is initially not bound to any local address/port.static HttpsServerHttpsServer.create(InetSocketAddress addr, int backlog)Create aHttpsServerinstance which will bind to the specifiedInetSocketAddress(IP address and port number).
- 
Uses of HttpsServer in com.sun.net.httpserver.spiMethods in com.sun.net.httpserver.spi that return HttpsServerModifier and TypeMethodDescriptionabstract HttpsServerHttpServerProvider.createHttpsServer(InetSocketAddress addr, int backlog)creates a HttpsServer from this provider