method Server.prototype.closeAllConnections Usageimport { Server } from "node:http"; Server.prototype.closeAllConnections(): void Closes all connections connected to this server. Closes all connections connected to this server. Return Type void