Class HttpsListener

  • All Implemented Interfaces:
    WebListener

    public class HttpsListener
    extends WebListenerBase
    HTTPS Listener which listens on a protocol that is secured. SSL configuration element will be used to initialize security settings.
    Author:
    Rajiv Mordani, Amy Roh
    See Also:
    SslConfig
    • Constructor Detail

      • HttpsListener

        public HttpsListener()
        Initializes a newly created HttpsListener object with HTTPS protocol.
      • HttpsListener

        public HttpsListener​(String id,
                             int port)
    • Method Detail

      • setSslConfig

        public void setSslConfig​(SslConfig sslConfig)
        Sets the SSL configuration for this web listener
      • getSslConfig

        public SslConfig getSslConfig()
        Gets the SslConfig for this web listener