com.twitter.finagle.ssl.client
$param the client engine factory used for creating an Engine which is used with an SSL/TLS connection.
$param the client engine factory used for creating an Engine which is used with an SSL/TLS connection.
The SslClientEngineFactory to use for creating an Engine based off of an Address and an SslClientConfiguration.
By default a JdkClientEngineFactory will be used if this param is not configured.
Configure the supplied Engine's client mode, protocols and cipher suites.
Use the supplied javax.net.ssl.SSLContext to create a new
Engine based on a hostname and port, if available.
Return the hostname from the configuration if set,
or fall back to the host string of the java.net.InetSocketAddress.
Return the hostname from the configuration if set,
or fall back to the host string of the java.net.InetSocketAddress.
If the config does not contain a hostname, this method will not perform a reverse DNS lookup if the address was created with a literal IP address.