kmp-tor
Toggle table of contents
2.2.0
common
Platform filter
common
Switch theme
Search in API
kmp-tor
runtime-core
/
io.matthewnelson.kmp.tor.runtime.core.net
/
IPSocketAddress
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
to
IPSocket
Address
Link copied to clipboard
@
JvmStatic
@
JvmName
(
name
=
"get"
)
fun
String
.
toIPSocketAddress
(
)
:
IPSocketAddress
Parses a String for its IPv4 or IPv6 address and port.
to
IPSocket
Address
Or
Null
Link copied to clipboard
@
JvmStatic
@
JvmName
(
name
=
"getOrNull"
)
fun
String
.
toIPSocketAddressOrNull
(
)
:
IPSocketAddress
?
Parses a String for its IPv4 or IPv6 address and port.