SourceNetworkConfig

data class SourceNetworkConfig(val engine: NetworkEngine = NetworkEngine.HttpURLConnection()) : Parcelable

The network configuration gives the ability to influence network requests for a Source.

See NetworkConfig to configure the network stack at the Player level.

Constructors

Link copied to clipboard
constructor(engine: NetworkEngine = NetworkEngine.HttpURLConnection())

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
@Transient
val engine: NetworkEngine

The NetworkEngine used to make network requests.