Class | Description |
---|---|
AbstractNetworkRequestService |
Abstract base class to be used for services that do network requests in the background and may or
may not want to send results back to the clients that triggered the request.
|
AbstractNetworkRequestService.BroadcastResult |
Represents the result that has been broadcast from this service.
|
SilentNetworkRequestService |
Intent Service to send requests in the background that we do not care to read the response of.
|