DataflowEndpointGroupRangedSocketAddress

data class DataflowEndpointGroupRangedSocketAddress(val name: String? = null, val portRange: DataflowEndpointGroupIntegerRange? = null)

A socket address with a port range.

Constructors

Link copied to clipboard
constructor(name: String? = null, portRange: DataflowEndpointGroupIntegerRange? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

IPv4 socket address.

Link copied to clipboard

Port range of a socket address.