Package org.apache.http.impl.bootstrap
Interface SSLServerSetupHandler
-
public interface SSLServerSetupHandlerServer 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(javax.net.ssl.SSLServerSocket socket)
-