Well, digging out the subversion change log for the corresponding commits (crazy), it SslContextFactory out that SslContextFactory should be used.
Example:
final SslContextFactory sslContextFactory = new SslContextFactory(sKeyStore); sslContextFactory.setKeyStorePassword(sPassword); final SslSocketConnector conn = new SslSocketConnector(sslContextFactory); conn.setReuseAddress(true);
source share