open static fun inetSocketAddress(port: Int, host: String): SocketAddress
Create a inet socket address, host must be non null and port must be between 0 and 65536.
host
null
port
0
65536
port - the address port
host - the address host
Return the created socket address