RequestSource

data class RequestSource(val address: String, val port: Int? = 0, val scheme: String? = null)

Constructors

Link copied to clipboard
constructor(address: String, port: Int? = 0, scheme: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val port: Int? = 0
Link copied to clipboard
val scheme: String? = null