A
B
C
D
E
F
H
J
K
L
M
O
P
Q
R
S
T
C
- checkJacksonVersionCompatibility(java.lang.Boolean) - function in com.courier.client.okhttp.CourierOkHttpClient.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 com.courier.client.okhttp.CourierOkHttpClientAsync.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 com.courier.client.okhttp.CourierOkHttpClient.Builder
- The clock to use for operations that require timing, like retries.
- clock(java.time.Clock) - function in com.courier.client.okhttp.CourierOkHttpClientAsync.Builder
- The clock to use for operations that require timing, like retries.
- close() - function in com.courier.client.okhttp.OkHttpClient
- com.courier.client.okhttp - package com.courier.client.okhttp
- CourierOkHttpClient - class in com.courier.client.okhttp
- A class that allows building an instance of CourierClient with OkHttpClient as the underlying HttpClient.
- CourierOkHttpClient.Builder - class in com.courier.client.okhttp.CourierOkHttpClient
- A builder for CourierOkHttpClient.
- CourierOkHttpClientAsync - class in com.courier.client.okhttp
- A class that allows building an instance of CourierClientAsync with OkHttpClient as the underlying HttpClient.
- CourierOkHttpClientAsync.Builder - class in com.courier.client.okhttp.CourierOkHttpClientAsync
- A builder for CourierOkHttpClientAsync.