B
C
D
E
F
H
J
K
L
M
O
P
Q
R
S
T
H
- headers(com.hiddenlayer.api.core.http.Headers) - function in com.hiddenlayer.api.client.okhttp.HiddenLayerOkHttpClient.Builder
- headers(java.util.Map) - function in com.hiddenlayer.api.client.okhttp.HiddenLayerOkHttpClient.Builder
- headers(com.hiddenlayer.api.core.http.Headers) - function in com.hiddenlayer.api.client.okhttp.HiddenLayerOkHttpClientAsync.Builder
- headers(java.util.Map) - function in com.hiddenlayer.api.client.okhttp.HiddenLayerOkHttpClientAsync.Builder
- HiddenLayerOkHttpClient - class in com.hiddenlayer.api.client.okhttp
- A class that allows building an instance of HiddenLayerClient with OkHttpClient as the underlying HttpClient.
- HiddenLayerOkHttpClient.Builder - class in com.hiddenlayer.api.client.okhttp.HiddenLayerOkHttpClient
- A builder for HiddenLayerOkHttpClient.
- HiddenLayerOkHttpClientAsync - class in com.hiddenlayer.api.client.okhttp
- A class that allows building an instance of HiddenLayerClientAsync with OkHttpClient as the underlying HttpClient.
- HiddenLayerOkHttpClientAsync.Builder - class in com.hiddenlayer.api.client.okhttp.HiddenLayerOkHttpClientAsync
- A builder for HiddenLayerOkHttpClientAsync.
- hostnameVerifier(java.util.Optional) - function in com.hiddenlayer.api.client.okhttp.HiddenLayerOkHttpClient.Builder
- Alias for calling Builder.hostnameVerifier with
hostnameVerifier.orElse(null). - hostnameVerifier(javax.net.ssl.HostnameVerifier) - function in com.hiddenlayer.api.client.okhttp.HiddenLayerOkHttpClient.Builder
- The verifier used to confirm that response certificates apply to requested hostnames for HTTPS connections.
- hostnameVerifier(java.util.Optional) - function in com.hiddenlayer.api.client.okhttp.HiddenLayerOkHttpClientAsync.Builder
- Alias for calling Builder.hostnameVerifier with
hostnameVerifier.orElse(null). - hostnameVerifier(javax.net.ssl.HostnameVerifier) - function in com.hiddenlayer.api.client.okhttp.HiddenLayerOkHttpClientAsync.Builder
- The verifier used to confirm that response certificates apply to requested hostnames for HTTPS connections.
- hostnameVerifier(javax.net.ssl.HostnameVerifier) - function in com.hiddenlayer.api.client.okhttp.OkHttpClient.Builder