org.apache.http.impl.bootstrap
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
 
initialize
void initialize(SSLServerSocket socket)
                throws SSLException
- 
- Throws:
- SSLException
 
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.