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
/
HttpEngine
Http
Engine
interface
HttpEngine
Inheritors
OkHttpHttpEngine
Members
Functions
dispose
Link copied to clipboard
abstract
fun
dispose
(
)
Disposes any resources used by the HttpEngine Use this to dispose a connection pool for example.
execute
Link copied to clipboard
abstract
fun
execute
(
@
NotNull
request
:
HttpRequest
,
@
NotNull
callback
:
HttpCallback
,
@
NotNull
disposable
:
ApolloDisposable
)
Executes the given HttpRequest