Package org.apache.nifi.web.client.ssl
Interface SSLSocketFactoryProvider
- All Known Implementing Classes:
StandardSSLSocketFactoryProvider
public interface SSLSocketFactoryProvider
SSLSocketFactory Provider
-
Method Summary
Modifier and TypeMethodDescriptiongetSocketFactory
(TlsContext tlsContext) Get SSLSocketFactory using provided TLS Context configuration
-
Method Details
-
getSocketFactory
Get SSLSocketFactory using provided TLS Context configuration- Parameters:
tlsContext
- TLS Context configuration- Returns:
- SSLSocketFactory
-