A
B
C
E
F
H
J
M
O
P
Q
R
S
T
S
- sleeper(com.courier.core.Sleeper) - function in com.courier.client.okhttp.CourierOkHttpClient.Builder
- The interface to use for delaying execution, like during retries.
- sleeper(com.courier.core.Sleeper) - function in com.courier.client.okhttp.CourierOkHttpClientAsync.Builder
- The interface to use for delaying execution, like during retries.
- sslSocketFactory(java.util.Optional) - function in com.courier.client.okhttp.CourierOkHttpClient.Builder
- Alias for calling Builder.sslSocketFactory with
sslSocketFactory.orElse(null). - sslSocketFactory(javax.net.ssl.SSLSocketFactory) - function in com.courier.client.okhttp.CourierOkHttpClient.Builder
- The socket factory used to secure HTTPS connections.
- sslSocketFactory(java.util.Optional) - function in com.courier.client.okhttp.CourierOkHttpClientAsync.Builder
- Alias for calling Builder.sslSocketFactory with
sslSocketFactory.orElse(null). - sslSocketFactory(javax.net.ssl.SSLSocketFactory) - function in com.courier.client.okhttp.CourierOkHttpClientAsync.Builder
- The socket factory used to secure HTTPS connections.
- sslSocketFactory(javax.net.ssl.SSLSocketFactory) - function in com.courier.client.okhttp.OkHttpClient.Builder