GatewayResponse

data class GatewayResponse(val type: String, val uri: String, val userPort: Int)

Gateway represents a user facing component that serves as an entrance to enable connectivity.

Constructors

Link copied to clipboard
fun GatewayResponse(type: String, uri: String, userPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of hosting used by the gateway.

Link copied to clipboard
val uri: String

Server-defined URI for this resource.

Link copied to clipboard

User port reserved on the gateways for this connection, if not specified or zero, the default port is 19443.