Class HttpsServerHelper


@Deprecated public class HttpsServerHelper extends NetServerHelper
Deprecated.
Will be removed in the next 2.7/3.0 release.
Internal HTTPS server connector. Here is the list of additional parameters that are supported. They should be set in the Server's context before it is started:
list of supported parameters
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.
For the default SSL parameters see the Javadocs of the DefaultSslContextFactory class.
Author:
Jerome Louvel
  • Constructor Details

    • HttpsServerHelper

      public HttpsServerHelper(Server server)
      Deprecated.
      Constructor.
      Parameters:
      server - The server to help.
  • Method Details