`

InetAddress

 
阅读更多
		String ip = "";
		InetAddress addr;
		try {
			addr = InetAddress.getLocalHost();
			ip = addr.getHostAddress().toString();
		} catch (Exception e) {
			e.printStackTrace();
		}
		String url = "http://" + ip + ":29080/webservices/hellworld";
		System.out.println(url);
//		Endpoint.publish(url, new HelloWorld());

	
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics