| Interface | Description |
|---|---|
| APICallPreHandler |
APICallPreHandler defines a high level abstraction for call
specific operations. |
| APICallPreHandlerFactory |
APICallPreHandlerFactory factory for returning implementations if
APICallPreHandler |
| SDKVersion |
| Class | Description |
|---|---|
| ClientCredentials |
ClientCredentials holds Client ID and Client Secret |
| ConfigManager |
ConfigManager loads configuration from 'sdk_config.properties'
file found in the classpath. |
| ConnectionManager |
ConnectionManager acts as a interface to retrieve
HttpConnection
objects used by API service |
| Constants | |
| DefaultHttpConnection |
Wrapper class used for HttpsURLConnection
|
| GoogleAppEngineHttpConnection |
A special HttpConnection for use on Google App Engine.
|
| HttpConfiguration |
Class contains http specific configuration parameters
|
| HttpConnection |
Base HttpConnection class
|
| HttpStatusCodes | |
| NVPUtil | |
| ReflectionUtil | |
| SDKUtil |
SDKUtil class holds utility methods for processing data transformation
|
| SSLUtil |
Class SSLUtil
|