Package | Description |
---|---|
com.sun.net.httpserver |
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
|
Modifier and Type | Method and Description |
---|---|
abstract HttpsConfigurator |
HttpsParameters.getHttpsConfigurator()
Returns the HttpsConfigurator for this HttpsParameters.
|
abstract HttpsConfigurator |
HttpsServer.getHttpsConfigurator()
Gets this server's
HttpsConfigurator object, if it has been set. |
Modifier and Type | Method and Description |
---|---|
abstract void |
HttpsServer.setHttpsConfigurator(HttpsConfigurator config)
Sets this server's
HttpsConfigurator object. |
Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved.