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.
我正在使用 RESTlet REST Web 服务通过 GET 将数据传送到我的 iOS 和 Android 应用程序。有时我会在应用程序端遇到连接错误。我将服务的 url 放在浏览器中以调用 GET 并查看响应。我注意到服务的内容不是立即交付的,而是一次以大块或几行的形式交付。响应的数据类型是 JSON。
调用服务时,有没有办法在一个块中获取整个响应?
调用 ServerResource#setResponseEntityBuffering(true) 方法