Reactor.getConnectionAddress

Get the address used by the connection <p> This may be used to retrieve the remote peer address. Note that the returned address may be in numeric IP format. @param c the Connection @return a string containing the address in the following format: <pre> host[:port] </pre>

interface Reactor
string
getConnectionAddress

Meta