- CACHE_AND_NETWORK - Static variable in class com.apollographql.apollo.fetcher.ApolloResponseFetchers
-
Signal the apollo client to fetch the data from both the network and the cache.
- CACHE_FIRST - Static variable in class com.apollographql.apollo.fetcher.ApolloResponseFetchers
-
Signals the apollo client to first fetch the data from the normalized cache.
- CACHE_ONLY - Static variable in class com.apollographql.apollo.fetcher.ApolloResponseFetchers
-
Signals the apollo client to only fetch the data from the normalized cache.
- CacheAndNetworkFetcher - Class in com.apollographql.apollo.internal.fetcher
-
Signal the apollo client to fetch the data from both the network and the cache.
- CacheAndNetworkFetcher() - Constructor for class com.apollographql.apollo.internal.fetcher.CacheAndNetworkFetcher
-
- CacheFieldValueResolver - Class in com.apollographql.apollo.internal.field
-
- CacheFieldValueResolver(ReadableStore, Operation.Variables, CacheKeyResolver, CacheHeaders, CacheKeyBuilder) - Constructor for class com.apollographql.apollo.internal.field.CacheFieldValueResolver
-
- CacheFirstFetcher - Class in com.apollographql.apollo.internal.fetcher
-
Signals the apollo client to first fetch the data from the normalized cache.
- CacheFirstFetcher() - Constructor for class com.apollographql.apollo.internal.fetcher.CacheFirstFetcher
-
- cacheHeaders(CacheHeaders) - Method in interface com.apollographql.apollo.ApolloCall
-
- cacheHeaders(CacheHeaders) - Method in interface com.apollographql.apollo.ApolloMutationCall
-
- cacheHeaders(CacheHeaders) - Method in interface com.apollographql.apollo.ApolloQueryCall
-
- CacheHeaders - Class in com.apollographql.apollo.cache
-
- cacheHeaders(CacheHeaders) - Method in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest.Builder
-
- cacheHeaders - Variable in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest
-
- cacheHeaders(CacheHeaders) - Method in class com.apollographql.apollo.internal.RealApolloCall.Builder
-
- cacheHeaders(CacheHeaders) - Method in class com.apollographql.apollo.internal.RealApolloCall
-
- CacheHeaders.Builder - Class in com.apollographql.apollo.cache
-
- cacheJsonStreamReader(BufferedSourceJsonReader) - Static method in class com.apollographql.apollo.internal.json.ApolloJsonReader
-
- CacheJsonStreamReader - Class in com.apollographql.apollo.internal.json
-
- CacheJsonStreamReader(JsonReader) - Constructor for class com.apollographql.apollo.internal.json.CacheJsonStreamReader
-
- CacheKey - Class in com.apollographql.apollo.cache.normalized
-
- CacheKeyBuilder - Interface in com.apollographql.apollo.internal.cache.normalized
-
- cacheKeyBuilder() - Method in class com.apollographql.apollo.internal.cache.normalized.ResponseNormalizer
-
- cacheKeyResolver() - Method in interface com.apollographql.apollo.cache.normalized.ApolloStore
-
- CacheKeyResolver - Class in com.apollographql.apollo.cache.normalized
-
Resolves a cache key for a JSON object.
- CacheKeyResolver() - Constructor for class com.apollographql.apollo.cache.normalized.CacheKeyResolver
-
- cacheKeyResolver() - Method in class com.apollographql.apollo.internal.cache.normalized.NoOpApolloStore
-
- cacheKeyResolver() - Method in class com.apollographql.apollo.internal.cache.normalized.RealApolloStore
-
- CacheOnlyFetcher - Class in com.apollographql.apollo.internal.fetcher
-
Signals the apollo client to only fetch the data from the normalized cache.
- CacheOnlyFetcher() - Constructor for class com.apollographql.apollo.internal.fetcher.CacheOnlyFetcher
-
- cacheRecords - Variable in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorResponse
-
- CacheReference - Class in com.apollographql.apollo.cache.normalized
-
- CacheReference(String) - Constructor for class com.apollographql.apollo.cache.normalized.CacheReference
-
- cacheResponseNormalizer() - Method in interface com.apollographql.apollo.cache.normalized.ApolloStore
-
- cacheResponseNormalizer() - Method in class com.apollographql.apollo.internal.cache.normalized.NoOpApolloStore
-
- cacheResponseNormalizer() - Method in class com.apollographql.apollo.internal.cache.normalized.RealApolloStore
-
- calculateBytes(Record) - Static method in class com.apollographql.apollo.internal.cache.normalized.RecordWeigher
-
- Callback() - Constructor for class com.apollographql.apollo.ApolloCall.Callback
-
- Callback() - Constructor for class com.apollographql.apollo.ApolloPrefetch.Callback
-
- callFactory(Call.Factory) - Method in class com.apollographql.apollo.ApolloClient.Builder
-
Set the custom call factory for creating Call
instances.
- cancel() - Method in interface com.apollographql.apollo.ApolloCall
-
- cancel() - Method in interface com.apollographql.apollo.ApolloPrefetch
-
- cancel() - Method in interface com.apollographql.apollo.ApolloQueryWatcher
-
- cancel() - Method in class com.apollographql.apollo.internal.RealApolloCall
-
- cancel() - Method in class com.apollographql.apollo.internal.RealApolloPrefetch
-
- cancel() - Method in class com.apollographql.apollo.internal.RealApolloSubscriptionCall
-
- cancel() - Method in interface com.apollographql.apollo.internal.util.Cancelable
-
Cancels the operation.
- Cancelable - Interface in com.apollographql.apollo.internal.util
-
Represents an operation which can be canceled.
- canDeserialize(String) - Static method in class com.apollographql.apollo.cache.normalized.CacheReference
-
- chain(NormalizedCache) - Method in class com.apollographql.apollo.cache.normalized.NormalizedCache
-
- chain(NormalizedCacheFactory) - Method in class com.apollographql.apollo.cache.normalized.NormalizedCacheFactory
-
- clearAll() - Method in interface com.apollographql.apollo.cache.normalized.ApolloStore
-
- clearAll() - Method in class com.apollographql.apollo.cache.normalized.lru.LruNormalizedCache
-
- clearAll() - Method in class com.apollographql.apollo.cache.normalized.NormalizedCache
-
Clears all records from the cache.
- clearAll() - Method in class com.apollographql.apollo.cache.normalized.OptimisticNormalizedCache
-
- clearAll() - Method in class com.apollographql.apollo.internal.cache.normalized.NoOpApolloStore
-
- clearAll() - Method in class com.apollographql.apollo.internal.cache.normalized.RealApolloStore
-
- clearHttpCache() - Method in class com.apollographql.apollo.ApolloClient
-
Clear all entries from the HttpCache
, if present.
- clearNormalizedCache(ApolloStoreOperation.Callback<Boolean>) - Method in class com.apollographql.apollo.ApolloClient
-
Clear all entries from the normalized cache.
- clearNormalizedCache() - Method in class com.apollographql.apollo.ApolloClient
-
Clear all entries from the normalized cache.
- clone() - Method in interface com.apollographql.apollo.ApolloCall
-
Creates a new, identical call to this one which can be enqueued or executed even if this call has already been.
- clone() - Method in interface com.apollographql.apollo.ApolloMutationCall
-
- clone() - Method in interface com.apollographql.apollo.ApolloPrefetch
-
Creates a new, identical ApolloPrefetch to this one which can be enqueued or executed even if this one has already
been executed.
- clone() - Method in interface com.apollographql.apollo.ApolloQueryCall
-
- clone() - Method in interface com.apollographql.apollo.ApolloSubscriptionCall
-
Creates a new, identical call to this one which can be executed even if this call has already been.
- clone() - Method in class com.apollographql.apollo.cache.normalized.Record
-
- clone() - Method in class com.apollographql.apollo.internal.RealApolloCall
-
- clone() - Method in class com.apollographql.apollo.internal.RealApolloPrefetch
-
- clone() - Method in class com.apollographql.apollo.internal.RealApolloSubscriptionCall
-
- close() - Method in class com.apollographql.apollo.internal.json.BufferedSourceJsonReader
-
- code() - Method in exception com.apollographql.apollo.exception.ApolloHttpException
-
- com.apollographql.apollo - package com.apollographql.apollo
-
- com.apollographql.apollo.cache - package com.apollographql.apollo.cache
-
- com.apollographql.apollo.cache.normalized - package com.apollographql.apollo.cache.normalized
-
- com.apollographql.apollo.cache.normalized.lru - package com.apollographql.apollo.cache.normalized.lru
-
- com.apollographql.apollo.exception - package com.apollographql.apollo.exception
-
- com.apollographql.apollo.fetcher - package com.apollographql.apollo.fetcher
-
- com.apollographql.apollo.interceptor - package com.apollographql.apollo.interceptor
-
- com.apollographql.apollo.internal - package com.apollographql.apollo.internal
-
- com.apollographql.apollo.internal.cache.normalized - package com.apollographql.apollo.internal.cache.normalized
-
- com.apollographql.apollo.internal.fetcher - package com.apollographql.apollo.internal.fetcher
-
- com.apollographql.apollo.internal.field - package com.apollographql.apollo.internal.field
-
- com.apollographql.apollo.internal.interceptor - package com.apollographql.apollo.internal.interceptor
-
- com.apollographql.apollo.internal.json - package com.apollographql.apollo.internal.json
-
- com.apollographql.apollo.internal.response - package com.apollographql.apollo.internal.response
-
- com.apollographql.apollo.internal.subscription - package com.apollographql.apollo.internal.subscription
-
- com.apollographql.apollo.internal.util - package com.apollographql.apollo.internal.util
-
- com.apollographql.apollo.json - package com.apollographql.apollo.json
-
- com.apollographql.apollo.request - package com.apollographql.apollo.request
-
- com.apollographql.apollo.response - package com.apollographql.apollo.response
-
- com.apollographql.apollo.subscription - package com.apollographql.apollo.subscription
-
- Complete(String) - Constructor for class com.apollographql.apollo.subscription.OperationServerMessage.Complete
-
- connect() - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport
-
Opens connection to the subscription server
- connect() - Method in class com.apollographql.apollo.subscription.WebSocketSubscriptionTransport
-
- ConnectionAcknowledge() - Constructor for class com.apollographql.apollo.subscription.OperationServerMessage.ConnectionAcknowledge
-
- ConnectionError(Map<String, Object>) - Constructor for class com.apollographql.apollo.subscription.OperationServerMessage.ConnectionError
-
- ConnectionKeepAlive() - Constructor for class com.apollographql.apollo.subscription.OperationServerMessage.ConnectionKeepAlive
-
- create(RecordFieldJsonAdapter) - Method in class com.apollographql.apollo.cache.normalized.lru.LruNormalizedCacheFactory
-
- create(RecordFieldJsonAdapter) - Method in class com.apollographql.apollo.cache.normalized.NormalizedCacheFactory
-
- create() - Static method in class com.apollographql.apollo.cache.normalized.RecordFieldJsonAdapter
-
- create(Operation) - Method in class com.apollographql.apollo.internal.ResponseFieldMapperFactory
-
- create(SubscriptionTransport.Callback) - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport.Factory
-
- create(SubscriptionTransport.Callback) - Method in class com.apollographql.apollo.subscription.WebSocketSubscriptionTransport.Factory
-
- createChain(RecordFieldJsonAdapter) - Method in class com.apollographql.apollo.cache.normalized.NormalizedCacheFactory
-
- CustomTypeAdapter<T> - Interface in com.apollographql.apollo.response
-
Class represents the adapter for mapping GraphQL custom scalar types to Java objects.
- CustomTypeValue<T> - Class in com.apollographql.apollo.response
-
A wrapper class for representation of custom GraphQL type value, used in user provided
CustomTypeAdapter
encoding / decoding functions.
- CustomTypeValue.GraphQLBoolean - Class in com.apollographql.apollo.response
-
Represents a Boolean
value
- CustomTypeValue.GraphQLJson - Class in com.apollographql.apollo.response
-
Represents a JSON object value, will serialized as an regular json object
- CustomTypeValue.GraphQLJsonString - Class in com.apollographql.apollo.response
-
Represents a JsonString
value
- CustomTypeValue.GraphQLNumber - Class in com.apollographql.apollo.response
-
Represents a Number
value
- CustomTypeValue.GraphQLString - Class in com.apollographql.apollo.response
-
Represents a String
value
- of(BufferedSink) - Static method in class com.apollographql.apollo.internal.json.JsonWriter
-
Returns a new instance that writes UTF-8 encoded JSON to sink
.
- okHttpClient(OkHttpClient) - Method in class com.apollographql.apollo.ApolloClient.Builder
-
Set the OkHttpClient
to use for making network requests.
- onCacheRecordsChanged(Set<String>) - Method in interface com.apollographql.apollo.cache.normalized.ApolloStore.RecordChangeSubscriber
-
- onCanceledError(ApolloCanceledException) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
- onCanceledError(ApolloCanceledException) - Method in class com.apollographql.apollo.ApolloPrefetch.Callback
-
- onClosed() - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport.Callback
-
Gets called when connection with subscription server is closed.
- onCompleted() - Method in interface com.apollographql.apollo.ApolloSubscriptionCall.Callback
-
Gets called when final GraphQL response is received.
- onCompleted() - Method in interface com.apollographql.apollo.interceptor.ApolloInterceptor.CallBack
-
- onCompleted() - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- onConnected() - Method in interface com.apollographql.apollo.ApolloSubscriptionCall.Callback
-
Gets called when GraphQL subscription server connection is opened.
- onConnected() - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- onConnected() - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport.Callback
-
Gets called when connection with subscription server has been established.
- onError(ApolloSubscriptionException) - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- onFailure(ApolloException) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called when an unexpected exception occurs while creating the request or processing the response.
- onFailure(ApolloException) - Method in class com.apollographql.apollo.ApolloPrefetch.Callback
-
Gets called when an unexpected exception occurs while creating the request or processing the response.
- onFailure(ApolloException) - Method in interface com.apollographql.apollo.ApolloSubscriptionCall.Callback
-
Gets called when an unexpected exception occurs while creating the request or processing the response.
- onFailure(Throwable) - Method in interface com.apollographql.apollo.cache.normalized.ApolloStoreOperation.Callback
-
- onFailure(ApolloException) - Method in interface com.apollographql.apollo.interceptor.ApolloInterceptor.CallBack
-
Gets called when an unexpected exception occurs while performing operations on the request or processing the
response returned by the next set of interceptors.
- onFailure(Throwable) - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport.Callback
-
Gets called when an unexpected exception occurs during communication to the server.
- onFetch(ApolloInterceptor.FetchSourceType) - Method in interface com.apollographql.apollo.interceptor.ApolloInterceptor.CallBack
-
Called when interceptor starts fetching response from source type
- onHttpError(ApolloHttpException) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called when an http request error takes place.
- onHttpError(ApolloHttpException) - Method in class com.apollographql.apollo.ApolloPrefetch.Callback
-
Gets called when an http request error takes place.
- onIdle() - Method in interface com.apollographql.apollo.IdleResourceCallback
-
Gets called when the resource transitions from active to idle state.
- onMessage(OperationServerMessage) - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport.Callback
-
Gets called when subscription server pushed new updates.
- onNetworkError(ApolloNetworkException) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called when an http request error takes place due to network failures, timeouts etc.
- onNetworkError(ApolloNetworkException) - Method in class com.apollographql.apollo.ApolloPrefetch.Callback
-
Gets called when an http request error takes place due to network failures, timeouts etc.
- onNetworkError(Throwable) - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- onParseError(ApolloParseException) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called when the network request succeeds but there was an error parsing the response.
- onResponse(Response<T>) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called when GraphQL response is received and parsed successfully.
- onResponse(Response<T>) - Method in interface com.apollographql.apollo.ApolloSubscriptionCall.Callback
-
Gets called when GraphQL response is received and parsed successfully.
- onResponse(ApolloInterceptor.InterceptorResponse) - Method in interface com.apollographql.apollo.interceptor.ApolloInterceptor.CallBack
-
Gets called when the interceptor returns a response after successfully performing operations on the
request/response.
- onResponse(Response<T>) - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- onStatusEvent(ApolloCall.StatusEvent) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called whenever any action happen to this
ApolloCall
.
- onSuccess() - Method in class com.apollographql.apollo.ApolloPrefetch.Callback
-
Gets called when the request has succeeded.
- onSuccess(T) - Method in interface com.apollographql.apollo.cache.normalized.ApolloStoreOperation.Callback
-
- onTerminated() - Method in interface com.apollographql.apollo.ApolloSubscriptionCall.Callback
-
Gets called when GraphQL subscription server connection is closed unexpectedly.
- onTerminated() - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- operation() - Method in interface com.apollographql.apollo.ApolloCall
-
Returns GraphQL operation this call executes
- operation() - Method in interface com.apollographql.apollo.ApolloPrefetch
-
Returns GraphQL operation this call executes
- operation() - Method in interface com.apollographql.apollo.ApolloQueryWatcher
-
Returns GraphQL watched operation.
- operation - Variable in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest
-
- operation(Operation) - Method in class com.apollographql.apollo.internal.RealApolloCall.Builder
-
- operation() - Method in class com.apollographql.apollo.internal.RealApolloCall
-
- operation() - Method in class com.apollographql.apollo.internal.RealApolloPrefetch
-
- OperationClientMessage - Class in com.apollographql.apollo.subscription
-
- OperationClientMessage.Init - Class in com.apollographql.apollo.subscription
-
- OperationClientMessage.Start - Class in com.apollographql.apollo.subscription
-
- OperationClientMessage.Stop - Class in com.apollographql.apollo.subscription
-
- OperationClientMessage.Terminate - Class in com.apollographql.apollo.subscription
-
- OperationJsonWriter - Class in com.apollographql.apollo.response
-
- OperationJsonWriter(Operation.Data, ScalarTypeAdapters) - Constructor for class com.apollographql.apollo.response.OperationJsonWriter
-
- OperationResponseParser<D extends com.apollographql.apollo.api.Operation.Data,W> - Class in com.apollographql.apollo.response
-
- OperationResponseParser(Operation<D, W, ?>, ResponseFieldMapper, ScalarTypeAdapters) - Constructor for class com.apollographql.apollo.response.OperationResponseParser
-
- OperationResponseParser(Operation<D, W, ?>, ResponseFieldMapper, ScalarTypeAdapters, ResponseNormalizer<Map<String, Object>>) - Constructor for class com.apollographql.apollo.response.OperationResponseParser
-
- OperationServerMessage - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.Complete - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.ConnectionAcknowledge - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.ConnectionError - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.ConnectionKeepAlive - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.Data - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.Error - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.Unsupported - Class in com.apollographql.apollo.subscription
-
- OptimisticNormalizedCache - Class in com.apollographql.apollo.cache.normalized
-
- OptimisticNormalizedCache() - Constructor for class com.apollographql.apollo.cache.normalized.OptimisticNormalizedCache
-
- optimisticUpdates(Operation.Data) - Method in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest.Builder
-
- optimisticUpdates(Optional<Operation.Data>) - Method in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest.Builder
-
- optimisticUpdates - Variable in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest
-
- optimisticUpdates(Optional<Operation.Data>) - Method in class com.apollographql.apollo.internal.RealApolloCall.Builder
-
- scalarTypeAdapters(ScalarTypeAdapters) - Method in class com.apollographql.apollo.internal.RealApolloCall.Builder
-
- ScalarTypeAdapters - Class in com.apollographql.apollo.response
-
- ScalarTypeAdapters(Map<ScalarType, CustomTypeAdapter>) - Constructor for class com.apollographql.apollo.response.ScalarTypeAdapters
-
- send(OperationClientMessage) - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport
-
- send(OperationClientMessage) - Method in class com.apollographql.apollo.subscription.WebSocketSubscriptionTransport
-
- sendQueryDocument(boolean) - Method in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest.Builder
-
- sendQueryDocument - Variable in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest
-
- serialize() - Method in class com.apollographql.apollo.cache.normalized.CacheReference
-
- serverUrl(HttpUrl) - Method in class com.apollographql.apollo.ApolloClient.Builder
-
Set the API server's base url.
- serverUrl(String) - Method in class com.apollographql.apollo.ApolloClient.Builder
-
Set the API server's base url.
- serverUrl(HttpUrl) - Method in class com.apollographql.apollo.internal.RealApolloCall.Builder
-
- setFailOnUnknown(boolean) - Method in class com.apollographql.apollo.internal.json.BufferedSourceJsonReader
-
- setFailOnUnknown(boolean) - Method in class com.apollographql.apollo.internal.json.JsonReader
-
- setIdleResourceCallback(IdleResourceCallback) - Method in class com.apollographql.apollo.internal.ApolloCallTracker
-
Registers idleResourceCallback which is invoked when the apolloClient becomes idle.
- setIndent(String) - Method in class com.apollographql.apollo.internal.json.JsonWriter
-
Sets the indentation string to be repeated for each level of indentation
in the encoded document.
- setLenient(boolean) - Method in class com.apollographql.apollo.internal.json.BufferedSourceJsonReader
-
- setLenient(boolean) - Method in class com.apollographql.apollo.internal.json.JsonReader
-
Configure this parser to be liberal in what it accepts.
- setLenient(boolean) - Method in class com.apollographql.apollo.internal.json.JsonWriter
-
Configure this writer to relax its syntax rules.
- setSerializeNulls(boolean) - Method in class com.apollographql.apollo.internal.json.JsonWriter
-
Sets whether object members are serialized when their value is null.
- SimpleStack<E> - Class in com.apollographql.apollo.internal.util
-
Simple stack data structure which accepts null elements.
- SimpleStack() - Constructor for class com.apollographql.apollo.internal.util.SimpleStack
-
- SimpleStack(int) - Constructor for class com.apollographql.apollo.internal.util.SimpleStack
-
- sizeEstimateBytes() - Method in class com.apollographql.apollo.cache.normalized.Record
-
- skipNext() - Method in class com.apollographql.apollo.internal.json.ResponseJsonStreamReader
-
- skipValue() - Method in class com.apollographql.apollo.internal.json.BufferedSourceJsonReader
-
- skipValue() - Method in class com.apollographql.apollo.internal.json.JsonReader
-
Skips the next value recursively.
- SortedInputFieldMapWriter - Class in com.apollographql.apollo.internal.json
-
- SortedInputFieldMapWriter(Comparator<String>) - Constructor for class com.apollographql.apollo.internal.json.SortedInputFieldMapWriter
-
- start() - Method in class com.apollographql.apollo.internal.subscription.NoOpSubscriptionManager
-
- start() - Method in class com.apollographql.apollo.internal.subscription.RealSubscriptionManager
-
- start() - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager
-
- Start(String, Subscription<?, ?, ?>, ScalarTypeAdapters) - Constructor for class com.apollographql.apollo.subscription.OperationClientMessage.Start
-
- stop() - Method in class com.apollographql.apollo.internal.subscription.NoOpSubscriptionManager
-
- stop() - Method in class com.apollographql.apollo.internal.subscription.RealSubscriptionManager
-
Unsubscribe from all active subscriptions, and disconnect the web socket.
- stop() - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager
-
Unsubscribe from all active subscriptions, and disconnect the web socket.
- Stop(String) - Constructor for class com.apollographql.apollo.subscription.OperationClientMessage.Stop
-
- subscribe(Subscription<D, T, V>) - Method in class com.apollographql.apollo.ApolloClient
-
- subscribe(Subscription<D, T, V>) - Method in interface com.apollographql.apollo.ApolloSubscriptionCall.Factory
-
- subscribe(ApolloStore.RecordChangeSubscriber) - Method in interface com.apollographql.apollo.cache.normalized.ApolloStore
-
- subscribe(ApolloStore.RecordChangeSubscriber) - Method in class com.apollographql.apollo.internal.cache.normalized.NoOpApolloStore
-
- subscribe(ApolloStore.RecordChangeSubscriber) - Method in class com.apollographql.apollo.internal.cache.normalized.RealApolloStore
-
- subscribe(Subscription<?, T, ?>, SubscriptionManager.Callback<T>) - Method in class com.apollographql.apollo.internal.subscription.NoOpSubscriptionManager
-
- subscribe(Subscription<?, T, ?>, SubscriptionManager.Callback<T>) - Method in class com.apollographql.apollo.internal.subscription.RealSubscriptionManager
-
- subscribe(Subscription<?, T, ?>, SubscriptionManager.Callback<T>) - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager
-
- subscription - Variable in class com.apollographql.apollo.subscription.OperationClientMessage.Start
-
- subscriptionConnectionParams(Map<String, Object>) - Method in class com.apollographql.apollo.ApolloClient.Builder
-
Sets up subscription connection parameters to be sent to the server when connection is established with
subscription server
- subscriptionHeartbeatTimeout(long, TimeUnit) - Method in class com.apollographql.apollo.ApolloClient.Builder
-
Sets up subscription heartbeat message timeout.
- subscriptionId - Variable in class com.apollographql.apollo.subscription.OperationClientMessage.Start
-
- subscriptionId - Variable in class com.apollographql.apollo.subscription.OperationClientMessage.Stop
-
- SubscriptionManager - Interface in com.apollographql.apollo.internal.subscription
-
- SubscriptionManager.Callback<T> - Interface in com.apollographql.apollo.internal.subscription
-
- SubscriptionTransport - Interface in com.apollographql.apollo.subscription
-
ApolloSubscriptionCall
is an abstraction for network transport layer that handles connection to the
subscription server.
- SubscriptionTransport.Callback - Interface in com.apollographql.apollo.subscription
-
Communicates responses from a subscription server.
- SubscriptionTransport.Factory - Interface in com.apollographql.apollo.subscription
-
- subscriptionTransportFactory(SubscriptionTransport.Factory) - Method in class com.apollographql.apollo.ApolloClient.Builder
-