Package com.vonage.client
The root of the Vonage client library, containing
VonageClient class, which is probably what
you want.
All behaviour is accessible via the VonageClient class, which should be instantiated with one
or more AuthMethod objects from the com.vonage.client.auth package.
-
Interface Summary Interface Description Method<RequestT,ResultT> -
Class Summary Class Description AbstractClient Abstract class for different API clients.AbstractMethod<RequestT,ResultT> Abstract class to assist in implementing a call against a REST endpoint.HttpConfig HttpConfig.Builder HttpWrapper Internal class that holds available authentication methods and a shared HttpClient.VonageClient Top-level Vonage API client object.VonageClient.Builder -
Exception Summary Exception Description VonageBadRequestException VonageClientCreationException Indicates that there was a failure during VonageClient creation.VonageClientException VonageMethodFailedException VonageResponseParseException An exception that indicates the contents of an HttpResponse could not be parsed.VonageUnableToReadPrivateKeyException VonageUnexpectedException VonageUnexpectedException indicates an exception that should not happen in an ideal world.