Package com. bitmovin. player. api. network
Types
HttpRequest
Link copied to clipboard
HttpRequestType
Link copied to clipboard
HttpResponse
Link copied to clipboard
data class HttpResponse(httpRequest: HttpRequest, url: String, status: Int, headers: Map<String, String>, body: ByteArray)
Content copied to clipboard
NetworkConfig
Link copied to clipboard
data class NetworkConfig(preprocessHttpRequestCallback: PreprocessHttpRequestCallback?, preprocessHttpResponseCallback: PreprocessHttpResponseCallback?) : Parcelable
Content copied to clipboard
PreprocessHttpRequestCallback
Link copied to clipboard
interface PreprocessHttpRequestCallback
Content copied to clipboard
PreprocessHttpResponseCallback
Link copied to clipboard
interface PreprocessHttpResponseCallback
Content copied to clipboard