Uses of Class
com.sun.net.httpserver.HttpsServer
Packages that use HttpsServer
包
描述
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.httpserver
Methods in com.sun.net.httpserver that return HttpsServer修饰符和类方法描述static HttpsServer
HttpsServer.create()
Creates aHttpsServer
instance which is initially not bound to any local address/port.static HttpsServer
HttpsServer.create
(InetSocketAddress addr, int backlog) Create aHttpsServer
instance which will bind to the specifiedInetSocketAddress
(IP address and port number).static HttpsServer
HttpsServer.create
(InetSocketAddress addr, int backlog, String path, HttpHandler handler, Filter... filters) Creates anHttpsServer
instance with an initial context. -
Uses of HttpsServer in com.sun.net.httpserver.spi
Methods in com.sun.net.httpserver.spi that return HttpsServer修饰符和类方法描述abstract HttpsServer
HttpServerProvider.createHttpsServer
(InetSocketAddress addr, int backlog) creates a HttpsServer from this provider