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
/
HttpInterceptorChain
Http
Interceptor
Chain
interface
HttpInterceptorChain
Inheritors
DefaultHttpInterceptorChain
Members
Functions
proceed
Link copied to clipboard
abstract
fun
proceed
(
@
NotNull
request
:
HttpRequest
,
@
NotNull
callback
:
HttpCallback
)