Reactor.setConnectionHost

Set the host address used by the connection <p> This method will set/change the host address used by the Reactor to create an outbound network connection for the given Connection @param c the Connection to assign the address to @param host the address of the host to connect to (e.g. "localhost") @param port the port to use for the connection.

interface Reactor
void
setConnectionHost
(,
string host
,
int port
)

Meta