Networking issues
in
Core Library Questions
•
3 years ago
I'm not sure of the way I can use the Nerwork Client class
The examples only show how to call an IP adress, but is it possible to get a full URL line "http://www.google.com" ?
When I try this...
- myClient = new Client(this, "http://www.google.com", 80);
... I get this answer :
- java.net.UnknownHostException: http://www.google.com