public class HttpsServerHelper extends NetServerHelper
| Parameter name | Value type | Default value | Description |
|---|---|---|---|
| sslContextFactory | String | org.restlet.engine.ssl.DefaultSslContextFactory | Let you specify a SslContextFactory qualified class name as a
parameter, or an instance as an attribute for a more complete and flexible
SSL context setting. |
DefaultSslContextFactory class.| Constructor and Description |
|---|
HttpsServerHelper(Server server)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Starts the Restlet.
|
void |
stop()
Stop callback.
|
createThreadPool, getAddress, getMaxQueued, getMaxThreadIdleTimeMs, getMaxThreads, getMinThreads, isConfidential, setAddress, setConfidentialgetAdapter, handle, setAdapterhandle, setEphemeralPort, setEphemeralPortgetConnectorService, getContext, getProtocols, updategetAttributes, getHelped, getHelpedParameters, getLogger, getMetadataService, setHelpedpublic HttpsServerHelper(Server server)
server - The server to help.public void start()
throws java.lang.Exception
start in class NetServerHelperjava.lang.Exceptionpublic void stop()
throws java.lang.Exception
RestletHelperstop in class NetServerHelperjava.lang.ExceptionCopyright © 2005-2024 Restlet.