address property

InternetAddress address
final

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;