Package com.brightcove.player.network
package com.brightcove.player.network
-
ClassDescriptionConnectivity monitor can be used to monitor changes to host network connectivity changes.The contract of a listener that can receive callback notifications from the
ConnectivityMonitor
List of supported network types.Provides an implementation ofIDownloadManager
that uses an application database to track the requests.A listener that can be used to callback notifications about download requests.Provides mutable implementation ofIDownloadManager.IRequest
, which can be used to submit download requests to theIDownloadManager
.Download status describes the current status of a download request.The list of possible reasons code that will be set whenDownloadStatus.StatusCode
is eitherDownloadStatus.STATUS_RETRY
orDownloadStatus.STATUS_FAILED
.The list of possible status values forDownloadManager.Request
.An immutable configuration class whose values are used as part of an HTTP request, either as query parameters or as headers.The HttpRequestConfig Builder.Wrapper class to contain the HTTP code and body responseHttpService provides the basic tools to construct URLs properly, and issue HTTP requests, especially those that yield a JSON response.Defines the contract of a download manager, which can used to queue and manage download requests.Contract of a download request that can be submitted to the download manager.The list of possible visibility states.Provides an implementation ofBandwidthMeter
that tracks the total number of bytes transferred.