| Interface | Description |
|---|---|
| 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 by
ApolloInterceptor |
| ApolloInterceptorChain |
ApolloInterceptorChain is responsible for building chain of
ApolloInterceptor . |
| Class | Description |
|---|---|
| ApolloInterceptor.InterceptorRequest |
Request to be proceed with
ApolloInterceptor |
| ApolloInterceptor.InterceptorRequest.Builder | |
| ApolloInterceptor.InterceptorResponse |
InterceptorResponse class represents the response returned by the
ApolloInterceptor. |
| Enum | Description |
|---|---|
| ApolloInterceptor.FetchSourceType |
Fetch source type
|