在 Android 中保持 HttpClient 的活动

发布于 2024-11-17 10:19:05 字数 300 浏览 4 评论 0原文

我正在开发一个 Android 应用程序,它从有状态的网络服务器获取数据。因此,维持了一个 httpssession。

目前我已经在我的 android-app 中开发了一个单例类,它负责与网络服务器的所有通信。

我担心的是,如果没有对该类(我的 httpclient)的有效引用,垃圾收集器可能会标记 &席卷了这个班级,从而杀死了会议。

有什么办法可以让这个班级继续存在下去吗? android 中是否有类似于 ServletContext 或 HttpSession 的东西,我们可以在其中保留 httpclient 的引用?

I am developing an android application which fetches data from a stateful web-server. Hence a httpsession is maintained.

Currently I have developed a singleton class in my android-app which is responsible for all the communication with the web-server.

My concern is that if there is no valid reference to this class (my httpclient) than the garbage collector may mark & sweep this class hence killing the session.

Is there any way I can keep this class alive? Do we have somthing similar to ServletContext or HttpSession in android where we can keep the reference of my httpclient?

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

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

发布评论

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

评论(1

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