Interface SSLServerSetupHandler


  • public interface SSLServerSetupHandler
    Server SSL setup handler. Custom implementations of this interface can be used to configure various SSL protocol aspects such as supported protocol versions, cypher suites, and mandatory / optional client authentication.
    Since:
    4.4
    See Also:
    SSLServerSocket, SSLSession
    • Method Detail

      • initialize

        void initialize​(javax.net.ssl.SSLServerSocket socket)
                 throws javax.net.ssl.SSLException
        Throws:
        javax.net.ssl.SSLException