Interface SSLSocketFactoryProvider

All Known Implementing Classes:
StandardSSLSocketFactoryProvider

public interface SSLSocketFactoryProvider
SSLSocketFactory Provider
  • Method Summary

    Modifier and Type
    Method
    Description
    Get SSLSocketFactory using provided TLS Context configuration
  • Method Details

    • getSocketFactory

      SSLSocketFactory getSocketFactory(TlsContext tlsContext)
      Get SSLSocketFactory using provided TLS Context configuration
      Parameters:
      tlsContext - TLS Context configuration
      Returns:
      SSLSocketFactory