NexmoClient class, which is probably what
you want.See: Description
| Class | Description |
|---|---|
| AbstractClient |
Abstract class for different API clients.
|
| HttpWrapper |
Internal class that holds available authentication methods and a shared HttpClient.
|
| NexmoClient |
Top-level Nexmo API client object.
|
| Exception | Description |
|---|---|
| NexmoBadRequestException | |
| NexmoClientException | |
| NexmoMethodFailedException | |
| NexmoResponseParseException |
An exception that indicates the contents of an HttpResponse could not be parsed.
|
| NexmoUnexpectedException |
NexmoUnexpectedException indicates an exception that should not happen in an ideal world.
|
NexmoClient class, which is probably what
you want.
All behaviour is accessible via the NexmoClient class, which should be instantiated with one
or more AuthMethod objects from the com.nexmo.client.auth package.