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.core.http
/
RetryingHttpClient
/
Builder
Builder
class
Builder
Members
Functions
build
Link copied to clipboard
fun
build
(
)
:
HttpClient
clock
Link copied to clipboard
fun
clock
(
clock
:
Clock
)
:
RetryingHttpClient.Builder
http
Client
Link copied to clipboard
fun
httpClient
(
httpClient
:
HttpClient
)
:
RetryingHttpClient.Builder
idempotency
Header
Link copied to clipboard
fun
idempotencyHeader
(
header
:
String
)
:
RetryingHttpClient.Builder
max
Retries
Link copied to clipboard
fun
maxRetries
(
maxRetries
:
Int
)
:
RetryingHttpClient.Builder
sleeper
Link copied to clipboard
fun
sleeper
(
sleeper
:
Sleeper
)
:
RetryingHttpClient.Builder