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
/
BatchingHttpInterceptor
Batching
Http
Interceptor
open
class
BatchingHttpInterceptor
:
HttpInterceptor
Members
Constructors
Batching
Http
Interceptor
Link copied to clipboard
constructor
(
batchIntervalMillis
:
Long
,
maxBatchSize
:
Int
,
exposeErrorBody
:
Boolean
)
Functions
intercept
Link copied to clipboard
open
fun
intercept
(
@
NotNull
request
:
HttpRequest
,
@
NotNull
chain
:
HttpInterceptorChain
,
@
NotNull
callback
:
HttpCallback
)