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
| SourceNetworkConfig | constructor(engine: NetworkEngine = NetworkEngine.HttpURLConnection()) |
Types
| Name | Summary |
|---|---|
| Builder | class Builder |
Properties
| Name | Summary |
|---|---|
| engine | @Transient val engine: NetworkEngine The NetworkEngine used to make network requests. |