okhttp-parent
Toggle table of contents
5.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
okhttp-parent
okhttp
/
okhttp3
/
ConnectionSpec
/
Builder
Builder
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
connectionSpec
:
ConnectionSpec
)
Functions
all
Enabled
Cipher
Suites
Link copied to clipboard
fun
allEnabledCipherSuites
(
)
:
ConnectionSpec.Builder
all
Enabled
Tls
Versions
Link copied to clipboard
fun
allEnabledTlsVersions
(
)
:
ConnectionSpec.Builder
build
Link copied to clipboard
fun
build
(
)
:
ConnectionSpec
cipher
Suites
Link copied to clipboard
fun
cipherSuites
(
vararg
cipherSuites
:
String
)
:
ConnectionSpec.Builder
fun
cipherSuites
(
vararg
cipherSuites
:
CipherSuite
)
:
ConnectionSpec.Builder
tls
Versions
Link copied to clipboard
fun
tlsVersions
(
vararg
tlsVersions
:
String
)
:
ConnectionSpec.Builder
fun
tlsVersions
(
vararg
tlsVersions
:
TlsVersion
)
:
ConnectionSpec.Builder