public final class SslClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SslClient.Builder |
| Modifier and Type | Field and Description |
|---|---|
SSLSocketFactory |
socketFactory |
SSLContext |
sslContext |
X509TrustManager |
trustManager |
| Modifier and Type | Method and Description |
|---|---|
static SslClient |
localhost()
Returns an SSL client for this host's localhost address.
|
public final SSLContext sslContext
public final SSLSocketFactory socketFactory
public final X509TrustManager trustManager
public static SslClient localhost()
Copyright © 2017. All Rights Reserved.