如何在 android 中找到可用的服务器?

发布于 2024-11-27 04:32:59 字数 130 浏览 0 评论 0原文

我无法找到有关如何通过 android 查找可用网络服务器的信息。我希望这里有人能指出我正确的方向。我正在编码的应用程序要求用户从所有可用网络设备的列表中找到应用程序将与之通信的服务器。我想知道我将如何在java中做到这一点。任何帮助将不胜感激。

I am having trouble finding information on how to locate available network servers through android. I am hoping someone on here can point me in the right direction. The application I am coding requires the user to locate the server the application will communicate with from a list of all available network devices. I am wondering how I would go about doing this in java. Any help would be appreciated.

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

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

发布评论

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

评论(1

星光不落少年眉 2024-12-04 04:32:59

所以我决定放弃让用户从列表中选择他们的服务器。我现在让用户输入 IP 地址,然后使用以下命令检查 IP 地址是否正确:

.isReachable(int 超时);

感谢您的回复。

So i decided to give up on having the user select their server from a list. I now have the user enter the ip address and than check if the ip address is correct by using:

.isReachable(int timeout);

thanks for the responses.

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