All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.whispersystems.signalservice.internal.configuration.SignalSvr2Url.kt Maven / Gradle / Ivy

There is a newer version: 2.15.3_unofficial_107
Show newest version
package org.whispersystems.signalservice.internal.configuration

import okhttp3.ConnectionSpec
import org.whispersystems.signalservice.api.push.TrustStore

/**
 * Configuration for reach the SVR2 service.
 */
class SignalSvr2Url(
  url: String,
  trustStore: TrustStore,
  hostHeader: String? = null,
  connectionSpec: ConnectionSpec? = null
) : SignalUrl(url, hostHeader, trustStore, connectionSpec)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy