Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于需要承载大量负载的网络,下载可能会消耗大量带宽。我见过的大多数下载管理器都允许您选择要使用的带宽量。有没有可能用 Java 编程来做到这一点?如果是这样,它将如何实现?
根据用于执行网络访问的类/库,您可能能够覆盖执行实际套接字连接的函数并更改代码以便 (1) 控制从连接的另一端请求多少,(2)在请求之间设置延迟,和/或(3)限制并发连接。
如果不知道你在做什么的细节,很难给出更具体的建议。