Class SSLServerSocketReceiver

    • Constructor Detail

      • SSLServerSocketReceiver

        public SSLServerSocketReceiver()
    • Method Detail

      • getServerSocketFactory

        protected javax.net.ServerSocketFactory getServerSocketFactory()
                                                                throws java.lang.Exception
        Gets the server socket factory.

        Subclasses may override to provide a custom factory.

        Overrides:
        getServerSocketFactory in class ServerSocketReceiver
        Returns:
        server socket factory
        Throws:
        java.lang.Exception
      • getSsl

        public SSLConfiguration getSsl()
        Gets the server's SSL configuration.
        Specified by:
        getSsl in interface SSLComponent
        Returns:
        SSL configuration; if no SSL configuration was provided a default configuration is returned
      • setSsl

        public void setSsl​(SSLConfiguration ssl)
        Gets the server's SSL configuration.
        Specified by:
        setSsl in interface SSLComponent
        Parameters:
        ssl - the SSL configuration to set.