connectionsInfo method

  1. @override
HttpConnectionsInfo connectionsInfo()
override

An HttpConnectionsInfo object summarizing the number of current connections handled by the server.

Implementation

@override
HttpConnectionsInfo connectionsInfo() => httpServer.connectionsInfo();