Class | Description |
---|---|
BasicUserCredentials |
Parcelable username, and password
|
DownloadProgressTracker |
Track ongoing download progress including percentage, smoothed average throughput, and estimated
time remaining Assume that invokers periodically notify the user somehow, which starts a new
"block" for tracking purposes
|
HTTPRequestManager |
This class is a singleton that specifies which
HTTPRequestService to use. |
HTTPRequestService |
This class is called by the
HTTPRequestManager through the Intent system. |
NetworkOperationManager |
Allows components & plugins to leverage the
HTTPRequestService to perform
asynchronous operations (including but not limited to HTTP, FTP, etc network operations). |
ServerContact |
Represents a client/user that is or was connected to the specified server
TODO consider integrating with contact list and/or create some type of manager to keep this
info in sync with the server
|
ServerGroup |
A TAK Server Group
|
ServerVersion |
Tracks information about server connections
{
"version": "2",
"type": "ServerConfig",
"data": {
"version": "1.3.12.156-DEV",
"api": "2",
"hostname": "localhost"
}
}
|
UserCredentials |
Parcelable username, and password
|
Enum | Description |
---|---|
ServerContact.LastStatus |