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.internal
/
DefaultHttpInterceptorChain
Default
Http
Interceptor
Chain
open
class
DefaultHttpInterceptorChain
:
HttpInterceptorChain
Members
Constructors
Default
Http
Interceptor
Chain
Link copied to clipboard
constructor
(
@
NotNull
interceptors
:
List
<
HttpInterceptor
>
,
index
:
Int
)
Functions
proceed
Link copied to clipboard
open
fun
proceed
(
@
NotNull
request
:
HttpRequest
,
@
NotNull
callback
:
HttpCallback
)