All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ApolloAutoPersistedOperationInterceptor ApolloAutoPersistedOperationInterceptor.Factory ApolloCacheInterceptor ApolloCacheInterceptor is a concreteApolloInterceptorresponsible for serving requests from the normalized cache ifApolloInterceptor.InterceptorRequest.fetchFromCacheis true.ApolloCall<T> ApolloCall is an abstraction for a request that has been prepared for execution.ApolloCall.Builder<T> ApolloCall.Callback<T> Communicates responses from a server or offline requests.ApolloCall.StatusEvent Represents a status event that corresponds to aApolloCallactionApolloCallTracker ApolloCallTracker is responsible for keeping track of runningApolloPrefetch&ApolloQueryCall&ApolloMutationCall&ApolloQueryWatchercalls.ApolloCanceledException ApolloClient ApolloClient class represents the abstraction for the graphQL client that will be used to execute queries and read the responses back.ApolloClient.Builder ApolloHttpException ApolloInterceptor ApolloInterceptor is responsible for observing and modifying the requests going out and the corresponding responses coming back in.ApolloInterceptor.CallBack Handles the responses returned byApolloInterceptorApolloInterceptor.FetchSourceType Fetch source typeApolloInterceptor.InterceptorRequest Request to be proceed withApolloInterceptorApolloInterceptor.InterceptorRequest.Builder ApolloInterceptor.InterceptorResponse InterceptorResponse class represents the response returned by theApolloInterceptor.ApolloInterceptorChain ApolloInterceptorChain is responsible for building chain ofApolloInterceptor.ApolloMutationCall<T> A call prepared to execute GraphQL mutation operation.ApolloMutationCall.Builder<T> ApolloMutationCall.Factory Factory for creatingApolloMutationCallcalls.ApolloNetworkException ApolloParseException ApolloParseInterceptor ApolloParseInterceptor is a concreteApolloInterceptorresponsible for inflating the http responses into models.ApolloPrefetch ApolloPrefetch is an abstraction for a request that has been prepared for execution.ApolloPrefetch.Callback Communicates responses from the server.ApolloPrefetch.Factory Factory for creating ApolloPrefetch object.ApolloQueryCall<T> A call prepared to execute GraphQL query operation.ApolloQueryCall.Builder<T> ApolloQueryCall.Factory Factory for creatingApolloQueryCallcalls.ApolloQueryWatcher<T> ApolloResponseFetchers ApolloSubscriptionCall<T> ApolloSubscriptionCallis an abstraction for a request that has been prepared for subscription.ApolloSubscriptionCall.CachePolicy Subscription normalized cache policy.ApolloSubscriptionCall.Callback<T> Communicates responses from a subscription server.ApolloSubscriptionCall.Factory Factory for creatingApolloSubscriptionCallcalls.ApolloSubscriptionException ApolloSubscriptionServerException ApolloSubscriptionTerminatedException CacheAndNetworkFetcher Signal the apollo client to fetch the data from both the network and the cache.CacheFirstFetcher Signals the apollo client to first fetch the data from the normalized cache.CacheOnlyFetcher Signals the apollo client to only fetch the data from the normalized cache.Cancelable Represents an operation which can be canceled.IdleResourceCallback Callback which gets invoked when the resource transitions from active to idle state.MapFieldValueResolver NetworkFirstFetcher Signals the apollo client to first fetch the data from the network.NetworkOnlyFetcher Signals the apollo client to only fetch the GraphQL data from the network.OnSubscriptionManagerStateChangeListener Represents a callback for subscription manager state changes.OperationResponseParser<D extends com.apollographql.apollo.api.Operation.Data,W> RealApolloCall<T> RealApolloCall.Builder<T> RealApolloInterceptorChain RealApolloInterceptorChain is responsible for building the entire interceptor chain.RealApolloPrefetch RealApolloStore RealApolloSubscriptionCall<T> RealSubscriptionManager RequestHeaders A key/value collection of HTTP headers which are added to a request.RequestHeaders.Builder ResponseFetcher A ResponseFetcher is anApolloInterceptorinserted at the beginning of a request chain.ResponseFieldMapperFactory Deprecated. The mapper is no longer used and will be removed in a future versionSubscriptionConnectionParams Represents connection parameters to be sent after connection with subscription server is established.SubscriptionConnectionParamsProvider Provides instance ofSubscriptionConnectionParamsto be sent to the subscription server after connection is established.SubscriptionConnectionParamsProvider.Const SubscriptionManager SubscriptionManager.Callback<T> SubscriptionManagerState Subscription manager state.SubscriptionResponse<T> SubscriptionTransport ApolloSubscriptionCallis an abstraction for network transport layer that handles connection to the subscription server.SubscriptionTransport.Callback Communicates responses from a subscription server.SubscriptionTransport.Factory Factory for creating newSubscriptionTransporttransport layer.