vertx / io.vertx.reactivex.core.net / SocketAddress / inetSocketAddress

inetSocketAddress

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.

Parameters

port - the address port

host - the address host

Return
the created socket address