android:连接到servlet
我必须连接到始终运行的服务器(tomcat 上的 servlet)并处理 http 请求并发送响应。
客户端是 Androbile 移动应用程序。
我知道我可以使用 HTTP 客户端进行连接..
但是要从设备连接到在我的 PC 上运行的服务器...
我想检查是否可以从设备连接到我的本地主机...
另外,如果我想使用移动网络从部署此应用程序的任何 Android 设备进行连接...我是否必须托管此网站(服务器)...
请帮助我
I have to connect to server(servlet on tomcat) always running and process the http request and send the response..
Client is Androbile mobile application.
I aware that I can connect using HTTP Client..
But to connect from device to server running on my PC...
I want to check if I can connect to my localhost from device...
Also if I want to use mobile network to connect from any android device on which this app is deployed.... Do I have to host this website(Server)...
Please help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有 WiFi,则可以做到这一点,只需加入网络,然后在浏览器中提供您电脑的 IP。至于更广泛的可访问性,那么是的,您需要获得主机
You can do it if you have WiFi, simply join network and then in browser provide IP of your pc. As for wider accessibility, then yes you need to get host