listeningAddresses property

List<Address>? listeningAddresses
getter/setter pair

Known listening ports on the node as a generic hint to the management server for filtering :ref:listeners to be returned.

For example, if there is a listener bound to port 80, the list can optionally contain the SocketAddress (0.0.0.0,80). The field is optional and just a hint.

Implementation

core.List<Address>? listeningAddresses;