lithic-kotlin-root
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lithic-kotlin-root
lithic-kotlin-root
/
com.lithic.api.client.okhttp
/
OkHttpClient
/
Builder
Builder
class
Builder
Members
Functions
build
Link copied to clipboard
fun
build
(
)
:
OkHttpClient
hostname
Verifier
Link copied to clipboard
fun
hostnameVerifier
(
hostnameVerifier
:
HostnameVerifier
?
)
:
OkHttpClient.Builder
proxy
Link copied to clipboard
fun
proxy
(
proxy
:
Proxy
?
)
:
OkHttpClient.Builder
ssl
Socket
Factory
Link copied to clipboard
fun
sslSocketFactory
(
sslSocketFactory
:
SSLSocketFactory
?
)
:
OkHttpClient.Builder
timeout
Link copied to clipboard
fun
timeout
(
timeout
:
Timeout
)
:
OkHttpClient.Builder
fun
timeout
(
timeout
:
Duration
)
:
OkHttpClient.Builder
trust
Manager
Link copied to clipboard
fun
trustManager
(
trustManager
:
X509TrustManager
?
)
:
OkHttpClient.Builder