Android 快速连接/协议
我正在寻找从 Android 设备到服务器的快速连接。目前我使用 SOAP,但是有没有办法获得快速连接?我认为套接字是没有选择的,因为手机上的永久连接总是会丢失连接。
感谢您的帮助!
问候,菜鸟
I am searching for a fast connection from an Android Device to a Server. Currently I use SOAP, but is there a way to get a fast connection? I think Sockets are no option cause a permanent connection on a mobile phone will always lost the connection.
Thanks for help!
Regards, Rookee
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
套接字不是永久连接..您可以在使用后关闭它们传送完毕..
如果套接字对您来说级别太低,请考虑 URLConnection
sockets are not permanent connections.. you can close them when you've finished transmitting..
if sockets are too low level for you, consider URLConnection