The socket factory used to secure HTTPS connections.
public Unit sslSocketFactory(SSLSocketFactory sslSocketFactory)The socket factory used to secure HTTPS connections. If this is set, then [trustManager] must also be set. If unset, then the system default is used. Most applications should not call this method, and instead use the system default. The default include special optimizations that can be lost if the implementation is modified.
| Name | Type | Description |
|---|---|---|
sslSocketFactory* | SSLSocketFactory? |