java applet communication port
        Posted  
        
            by udhaya
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by udhaya
        
        
        
        Published on 2010-05-11T09:29:06Z
        Indexed on 
            2010/05/11
            9:34 UTC
        
        
        Read the original article
        Hit count: 321
        
Communication ports: Change a given class in an applet in that way, that browser-defined proxy-configuration files can be used for applet communication with serve(upload method). i.e browser communicate via port 8080 or via ssl(443) - applet should also communicate by this port automatically. In the given method port 80 is hardcoded. -- please give some code or program for this..
© Stack Overflow or respective owner