Uses of Class
com.vonage.client.HttpConfig
Packages that use HttpConfig
Package
Description
The root of the Vonage client library, containing
VonageClient class, which is probably what
you want.-
Uses of HttpConfig in com.vonage.client
Methods in com.vonage.client that return HttpConfigModifier and TypeMethodDescriptionHttpConfig.Builder.build()Builds the HttpConfig.static HttpConfigHttpConfig.defaultConfig()Creates a standard HttpConfig.HttpWrapper.getHttpConfig()Gets the HTTP configuration settings for the client.Methods in com.vonage.client with parameters of type HttpConfigModifier and TypeMethodDescriptionVonageClient.Builder.httpConfig(HttpConfig httpConfig) Configure the HTTP client parameters.voidHttpWrapper.setHttpConfig(HttpConfig httpConfig) Deprecated.Constructors in com.vonage.client with parameters of type HttpConfigModifierConstructorDescriptionHttpWrapper(HttpConfig httpConfig, AuthCollection authCollection) HttpWrapper(HttpConfig httpConfig, AuthMethod... authMethods)