apollo-kotlin-java-support
Toggle table of contents
1.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
apollo-kotlin-java-support
client
/
com.apollographql.java.client.network.http
/
HttpInterceptor
/
intercept
intercept
abstract
fun
intercept
(
@
NotNull
request
:
HttpRequest
,
@
NotNull
chain
:
HttpInterceptorChain
,
@
NotNull
callback
:
HttpCallback
)