IPSocketAddress 
    Holder for a inet socket address' parts
e.g.
"127.0.0.1:8080".toIPSocketAddress()
"[::1]:8080".toIPSocketAddress()
IPSocketAddress(IPAddress.V4.AnyHost, 8080.toPort())Content copied to clipboard
See also
Properties
Functions
Link copied to clipboard
                  Returns value in its canonicalized hostname form
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard