Interface | Description |
---|---|
INetworkClient |
Interface for services provided over the network.
|
ResponseFuture<Response> |
A response "future".
|
ResponseListener<Response> |
The interface for receiving responses to requests asynchronously.
|
Class | Description |
---|---|
ClientBase<ClientT extends INetworkClient> |
A base class for facade client classes
|
Exception | Description |
---|---|
HMException |
The Here Mobility SDK base Exception.
|
HMNetworkException |
The exception that related to bad network.
|
ResponseException |
The exception thrown when a network request fails.
|