public static class SSLEngineFactory.DefaultSSLEngineFactory extends Object implements SSLEngineFactory
SSLEngineFactory.DefaultSSLEngineFactory| Constructor and Description |
|---|
DefaultSSLEngineFactory(AsyncHttpClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
SSLEngine |
newSSLEngine(String peerHost,
int peerPort)
Creates new
SSLEngine. |
public DefaultSSLEngineFactory(AsyncHttpClientConfig config)
public SSLEngine newSSLEngine(String peerHost, int peerPort) throws GeneralSecurityException
SSLEngineFactorySSLEngine.newSSLEngine in interface SSLEngineFactoryGeneralSecurityException - if the SSLEngine cannot be createdCopyright © 2020. All Rights Reserved.