¡@

Home 

2014/10/16 ¤W¤È 12:06:27

jquery Programming Glossary: portavailable

how to check whether a port is open at client's network/firewall (solved)

http://stackoverflow.com/questions/8937158/how-to-check-whether-a-port-is-open-at-clients-network-firewall-solved

when I change the tab or resize the browser the value of portAvailable is being altered in the printed message. Applet Code import.. ConnectionTestApplet extends Applet private static boolean portAvailable public void start int delay 1000 1 s try Socket socket new Socket.. new InetSocketAddress 101.220.25.76 1935 delay portAvailable socket.isConnected socket.close System.out.println init giving..

how to check whether a port is open at client's network/firewall (solved)

http://stackoverflow.com/questions/8937158/how-to-check-whether-a-port-is-open-at-clients-network-firewall-solved

page it is giving vulnerable results. Vulnerable in the sense when I change the tab or resize the browser the value of portAvailable is being altered in the printed message. Applet Code import java.applet.Applet import java.awt.Graphics import java.net.InetSocketAddress.. import java.net.Socket public class ConnectionTestApplet extends Applet private static boolean portAvailable public void start int delay 1000 1 s try Socket socket new Socket This is my tomcat5.5 which running on port 1935 I can.. 1935 I can view it with url http 101.220.25.76 1935 socket.connect new InetSocketAddress 101.220.25.76 1935 delay portAvailable socket.isConnected socket.close System.out.println init giving portAvailable catch Exception e portAvailable false System.out.println..