Package-level declarations

Types

Link copied to clipboard

Execute HTTP network requests to ArcGIS resources with this object. The ArcGISHttpClient takes care of authentication with Network- and ArcGIS-secured resources. A singleton instance of ArcGISHttpClient can be obtained from ArcGISEnvironment.arcGISHttpClient.

Link copied to clipboard
interface Chain

A request chain obtained by intercepting network requests. An intercepted network request can be obtained from the chain and the chain can be proceeded with this request or a new request.

Link copied to clipboard
fun interface Interceptor

Intercepts network requests to observe, modify or short-circuit requests and their corresponding responses. Typical use cases for interceptors are network request logging, request mocking (for test implementations) or adding/removing/transforming headers on the request.

Link copied to clipboard
abstract class Request

Represents an HTTP request.

Link copied to clipboard
abstract class Response : Closeable

An HTTP response.