Package com.ning.http.client
Interface SSLEngineFactory
- All Known Implementing Classes:
SSLEngineFactory.DefaultSSLEngineFactory
public interface SSLEngineFactory
Factory that creates an
SSLEngine to be used for a single SSL connection.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionnewSSLEngine(String peerHost, int peerPort) Creates newSSLEngine.
-
Method Details
-
newSSLEngine
Creates newSSLEngine.- Returns:
- new engine
- Throws:
GeneralSecurityException- if the SSLEngine cannot be created
-