A  B  C  D  E  F  H  J  M  O  P  Q  R  S  T 

B

baseUrl(java.util.Optional) - function in com.bennyapi.client.okhttp.BennyOkHttpClient.Builder
Alias for calling Builder.baseUrl with baseUrl.orElse(null).
baseUrl(java.lang.String) - function in com.bennyapi.client.okhttp.BennyOkHttpClient.Builder
The base URL to use for every request.
baseUrl(java.util.Optional) - function in com.bennyapi.client.okhttp.BennyOkHttpClientAsync.Builder
Alias for calling Builder.baseUrl with baseUrl.orElse(null).
baseUrl(java.lang.String) - function in com.bennyapi.client.okhttp.BennyOkHttpClientAsync.Builder
The base URL to use for every request.
BennyOkHttpClient - class in com.bennyapi.client.okhttp
A class that allows building an instance of BennyClient with OkHttpClient as the underlying HttpClient.
BennyOkHttpClient.Builder - class in com.bennyapi.client.okhttp.BennyOkHttpClient
A builder for BennyOkHttpClient.
BennyOkHttpClientAsync - class in com.bennyapi.client.okhttp
A class that allows building an instance of BennyClientAsync with OkHttpClient as the underlying HttpClient.
BennyOkHttpClientAsync.Builder - class in com.bennyapi.client.okhttp.BennyOkHttpClientAsync
A builder for BennyOkHttpClientAsync.
build() - function in com.bennyapi.client.okhttp.BennyOkHttpClient.Builder
Returns an immutable instance of BennyClient.
build() - function in com.bennyapi.client.okhttp.BennyOkHttpClientAsync.Builder
Returns an immutable instance of BennyClientAsync.
build() - function in com.bennyapi.client.okhttp.OkHttpClient.Builder
 
builder() - function in com.bennyapi.client.okhttp.BennyOkHttpClient.Companion
Returns a mutable builder for constructing an instance of BennyClient.
builder() - function in com.bennyapi.client.okhttp.BennyOkHttpClientAsync.Companion
Returns a mutable builder for constructing an instance of BennyClientAsync.
builder() - function in com.bennyapi.client.okhttp.OkHttpClient.Companion
 
A  B  C  D  E  F  H  J  M  O  P  Q  R  S  T