apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
jvm
Platform filter
jvm
Switch theme
Search in API
apollo-kdoc
apollo-runtime-java
/
com.apollographql.apollo.runtime.java.network.http
/
HttpInterceptor
Http
Interceptor
interface
HttpInterceptor
Inheritors
BatchingHttpInterceptor
Members
Functions
intercept
Link copied to clipboard
abstract
fun
intercept
(
@
NotNull
request
:
HttpRequest
,
@
NotNull
chain
:
HttpInterceptorChain
,
@
NotNull
callback
:
HttpCallback
)