The bound address after listen() resolves.
Returns null if the server has been closed or not yet started.
Gracefully stop the server and free the TCP port.
Start listening. Called internally by ServerBuilder.listen() after
the server is fully configured.
The running HTTP/HTTPS server instance returned by
ServerBuilder.listen().Use
close()to gracefully shut down the server.