示例#1
0
 void closeConnection(Connection connection) {
   Connections.remove(connection.Address.toString() + connection.Port);
 }