Questions tagged [inetaddress]

227 questions
-4
votes
1 answer

I need to check synchronously if an url of server is working, it returns false everytime error: android.os.NetworkOnMainThreadException

When I want to reach a server, url or website, my function returns false everytime. I want a function that indicates me the code status 200, the function must wait I think to give me a true or a false... I don't want async solutions. private…
ΩlostA
  • 2,501
  • 5
  • 27
  • 63
-4
votes
2 answers

Which ip address should I use to connect 2 computers in my home using datagram sockets in java?

I am trying to connect 2 computer in my home using DatagramSockets (or even Sockets) in java. What exactly should I do? Which IP Address should I use to connect them?
Umesh Konduru
  • 361
  • 1
  • 6
  • 19
1 2 3
15
16