A
B
C
D
E
F
H
J
K
L
M
O
P
Q
R
S
T
C
- CasedevOkHttpClient - class in dev.case.api.client.okhttp
- A class that allows building an instance of CasedevClient with OkHttpClient as the underlying HttpClient.
- CasedevOkHttpClient.Builder - class in dev.case.api.client.okhttp.CasedevOkHttpClient
- A builder for CasedevOkHttpClient.
- CasedevOkHttpClientAsync - class in dev.case.api.client.okhttp
- A class that allows building an instance of CasedevClientAsync with OkHttpClient as the underlying HttpClient.
- CasedevOkHttpClientAsync.Builder - class in dev.case.api.client.okhttp.CasedevOkHttpClientAsync
- A builder for CasedevOkHttpClientAsync.
- checkJacksonVersionCompatibility(java.lang.Boolean) - function in dev.case.api.client.okhttp.CasedevOkHttpClient.Builder
- Whether to throw an exception if any of the Jackson versions detected at runtime are incompatible with the SDK's minimum supported Jackson version (2.13.4).
- checkJacksonVersionCompatibility(java.lang.Boolean) - function in dev.case.api.client.okhttp.CasedevOkHttpClientAsync.Builder
- Whether to throw an exception if any of the Jackson versions detected at runtime are incompatible with the SDK's minimum supported Jackson version (2.13.4).
- clock(java.time.Clock) - function in dev.case.api.client.okhttp.CasedevOkHttpClient.Builder
- The clock to use for operations that require timing, like retries.
- clock(java.time.Clock) - function in dev.case.api.client.okhttp.CasedevOkHttpClientAsync.Builder
- The clock to use for operations that require timing, like retries.
- close() - function in dev.case.api.client.okhttp.OkHttpClient