I have a java application that runs on some server.
When user accesses this application, it needs to check if port 80 on user's machine is available. Based on the status, it will make some redirection.
My question... is it possible to check from java code if port 80 is busy on the user's machine?