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
/
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