Package com.esri.arcgisruntime.io
Provides miscellaneous classes used during system input/output, including exceptions that may be encountered during system operations.
- Since:
- 100.0.0
-
Interface Summary Interface Description JsonSerializable Implemented by classes that can be serialized to and from JSON.RemoteResource An interface implemented by classes needing to access network-enabled resources which might be secured. -
Class Summary Class Description ArcGISDownloadRequest A request implementation that can be used to download ArcGIS resources using theandroid.app.DownloadManager
.RequestConfiguration Specifies configuration settings that apply to network requests such as the maximum number of retries or a timeout. -
Exception Summary Exception Description ArcGISKeyStoreException An exception indicating that applying a client certificate on the Http client keystore failed.HttpResponseException Signals a non 2xx HTTP response.JsonEmbeddedException Represents a json embedded error from a service response, typically indicates a token secured service that wasn't properly authenticated.MismatchedHostnameException Represents an exception caused by an SSL certificate whose hostname does not match the common name or any of the subject alternative domain names specified in the certificate.