Interface StreamClient.SSLConfiguration

  • Enclosing class:
    StreamClient

    public static interface StreamClient.SSLConfiguration
    • Method Detail

      • sslContext

        SSLContext sslContext()
        Provides the SSLContext to be used in the SSL sessions.
      • hostnameVerifier

        HostnameVerifier hostnameVerifier()
        Provides the hostname verifier to be used in the SSL sessions.