Package com.nexmo.client
Class AbstractClient
- java.lang.Object
-
- com.nexmo.client.AbstractClient
-
- Direct Known Subclasses:
AccountClient,ApplicationClient,ConversionClient,InsightClient,RedactClient,VerifyClient,VoiceClient
public abstract class AbstractClient extends java.lang.Object
Abstract class for different API clients.Currently this class simply provides boiler-plate for storing an
HttpWrapperobject, which is required by all client implementations.
-
-
Field Summary
Fields Modifier and Type Field Description protected HttpWrapperhttpWrapper
-
Constructor Summary
Constructors Constructor Description AbstractClient(HttpWrapper httpWrapper)
-
-
-
Field Detail
-
httpWrapper
protected final HttpWrapper httpWrapper
-
-
Constructor Detail
-
AbstractClient
public AbstractClient(HttpWrapper httpWrapper)
-
-