ApplicationEndpointResponse

data class ApplicationEndpointResponse(val host: String, val port: Int)

ApplicationEndpoint represents a remote application endpoint.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hostname or IP address of the remote application endpoint.

Link copied to clipboard
val port: Int

Port of the remote application endpoint.