Package-level declarations
Types
The protocol to use for incremental delivery (@defer and @stream).
Monitors the network state. A NetworkMonitor is used to retry requests when network is available.
Functions
Returns a new NetworkMonitor for the given Context
Configures the ApolloClient to use the callFactory for network requests.
Configures the ApolloClient to use the lazily initialized callFactory for network requests.
Configures the HttpNetworkTransport to use the okHttpCallFactory for network requests.
Configures the ApolloClient to use the OkHttpClient for network requests. The OkHttpClient will be used for both HTTP and WebSocket requests.
Configures the HttpNetworkTransport to use the DefaultHttpEngine for network requests.
Configures the DeprecatedWebSocketNetworkTransport to use the okHttpCallFactory for network requests.