address property
The address the server bound to.
Captured when the server started, so it stays readable after close;
asking HttpServer directly throws once the socket is gone.
Implementation
final InternetAddress address;
The address the server bound to.
Captured when the server started, so it stays readable after close;
asking HttpServer directly throws once the socket is gone.
final InternetAddress address;