UrlParts

private data class UrlParts(val host: String, val port: String?)(source)

Carries UrlParts data through the SDAI validation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(host: String, port: String?)

Properties

Link copied to clipboard

Exposes the host value used by the SDAI validation layer.

Link copied to clipboard
val port: String?

Exposes the port value used by the SDAI validation layer.