iOS 5 流式 JSON 端点

发布于 2025-01-06 22:03:47 字数 210 浏览 0 评论 0原文

我有一个项目,我想从 HTTPS 端点获取 JSON 数据。我不确定是否应该将 NSURLConnection、NSStream、CFStream 或 NSJSON 与流一起使用。我不想一遍又一遍地轮询连接。这是一个聊天应用程序,该应用程序连接到通过 JSON 提供聊天数据的服务器。

我计划使用 UITableViewController 和单元格来显示每条消息。

谢谢。

I have a project where I'd like to grab JSON data from a HTTPS endpoint. I'm not sure if I should use NSURLConnection, NSStream, CFStream or NSJSON with stream. I don't want to poll the connection over and over again. This is for a chat application that connects to a server that provides the chat data via JSON.

I planned on using a UITableViewController and cells to display each message as they came in.

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萧瑟寒风 2025-01-13 22:03:47

知道的不多但是
NSURL
进而
NSJSON

我可以登录然后获取数据。有一个 YouTube 剪辑对我有帮助

http://www.youtube.com/watch?src_vid=9g6fDtfcd-s&feature=iv&v=Q_xrQsUZdDQ&annotation_id=annotation_731544

don't know much but
NSURL
and then
NSJSON

I can login and then get data. There is a youtube clip that helped me

http://www.youtube.com/watch?src_vid=9g6fDtfcd-s&feature=iv&v=Q_xrQsUZdDQ&annotation_id=annotation_731544

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文