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 到达 Web 服务器的 Http 请求的最后一个(最后一个)字节的时间。我已经使用带有一些预定义属性的导航计时 API 使用 JavaScript 进行了尝试。
但我希望它使用 Java。
你为什么不尝试使用 Java 中的套接字来获取你的对象。并逐字节读取输入流。通过这种方式,您可以捕捉到最后一个字节的粗略时间。