HttpNetworkTransport

Types

Link copied to clipboard
class Builder

A builder for HttpNetworkTransport

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Closes the websocket connection if the transport is a WebSocketNetworkTransport.

Closes the websocket connection if the transport is a WebSocketNetworkTransport.

Link copied to clipboard
open override fun dispose()
Link copied to clipboard
open override fun <D : Operation.Data> execute(request: ApolloRequest<D>): Flow<ApolloResponse<D>>

Execute a request.

fun <D : Operation.Data> execute(request: ApolloRequest<D>, httpRequest: HttpRequest, customScalarAdapters: CustomScalarAdapters): Flow<ApolloResponse<D>>
Link copied to clipboard

Creates a new Builder that shares the underlying resources