在 BlackBerry 6 中从主机名获取 IP 地址
请告诉我是否有办法从服务器的域名获取IP地址。 例如:
域名是: http://www.gmail.com
那么我想要像
public String getIPAddress(字符串主机名) { 这里的一些代码
返回 ipAddress; 我正在使用 Blackberry 6 api,它
没有 InetAddress 类。
Please let me know whether there is way to get the IP address of server from it's domain name.
for example:
Domain name is : http://www.gmail.com
then i want api like
public String getIPAddress(String hostname)
{
Some code here
return ipAddress;
}
I am using Blackberry 6 api, which does not have InetAddress class.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 BB 中没有可用的 API
http://supportforums.blackberry.com/t5/Java-Development/is-there-a-way-to-get-the-remote-ip-address-given-its-hostname/td- p/171164
I dont think there is an API available in BB
http://supportforums.blackberry.com/t5/Java-Development/is-there-a-way-to-get-the-remote-ip-address-given-its-hostname/td-p/171164