Uses of Class
com.vonage.client.HttpConfig.Builder
Packages that use HttpConfig.Builder
Package
Description
The root of the Vonage client library, containing
VonageClient class, which is probably what
you want.-
Uses of HttpConfig.Builder in com.vonage.client
Methods in com.vonage.client that return HttpConfig.BuilderModifier and TypeMethodDescriptionHttpConfig.Builder.apiBaseUri(String apiBaseUri) Replaces the URI used in "api" endpoints.HttpConfig.Builder.apiEuBaseUri(String apiEuBaseUri) Replaces the base URI used in "api-eu" endpoints.HttpConfig.Builder.appendUserAgent(String userAgent) Appends a custom string to the defaultUser-Agentheader.Replaces the base URI used in all requests with the specified parameter.Replaces the base URI used in all requests with the specified parameter.static HttpConfig.BuilderHttpConfig.builder()Entrypoint for creating a custom HttpConfig.Sets the proxy to use for requests.Sets the proxy to use for requests.HttpConfig.Builder.regionalUriGetter(Function<ApiRegion, String> uriGetter) Sets a function to get the base URI for a given region.HttpConfig.Builder.restBaseUri(String restBaseUri) Replaces the base URI used in "rest" endpoints.HttpConfig.Builder.timeoutMillis(int timeoutMillis) Sets the socket timeout for requests.HttpConfig.Builder.videoBaseUri(String videoBaseUri) Replaces the base URI used in "video" endpoints.