The bound address after listen() resolves. Returns null if the server has been closed or not yet started.
listen()
null
Gracefully stop the server and free the TCP port.
Start listening. Called internally by ServerBuilder.listen() after the server is fully configured.
ServerBuilder.listen()
The bound address after
listen()resolves. Returnsnullif the server has been closed or not yet started.