class HttpPingUploader : PingUploader
(source)
A simple ping Uploader, which implements a "send once" policy, never storing or attempting to send the ping again.
HttpPingUploader(configuration: Configuration)
A simple ping Uploader, which implements a "send once" policy, never storing or attempting to send the ping again. |
fun doUpload(connection: HttpURLConnection, data: String): Int |
|
fun openConnection(endpoint: String, path: String): HttpURLConnection |
|
fun upload(path: String, data: String): Boolean
Synchronously upload a ping to Mozilla servers.
Note that the |
open fun createDateHeaderValue(): String |