| Package | Description |
|---|---|
| org.jboss.com.sun.net.httpserver |
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
|
| org.jboss.sun.net.httpserver |
| Modifier and Type | Method and Description |
|---|---|
abstract HttpsConfigurator |
HttpsServer.getHttpsConfigurator()
Gets this server's
HttpsConfigurator object, if it has been set. |
abstract HttpsConfigurator |
HttpsParameters.getHttpsConfigurator()
Returns the HttpsConfigurator for this HttpsParameters.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
HttpsServer.setHttpsConfigurator(HttpsConfigurator config)
Sets this server's
HttpsConfigurator object. |
| Modifier and Type | Method and Description |
|---|---|
HttpsConfigurator |
HttpsServerImpl.getHttpsConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsServerImpl.setHttpsConfigurator(HttpsConfigurator config) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.