toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
jvm
switch theme
search in API
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
)