Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fla5h

  1. fla5h

    How do you set up an icon in an awt frame?

    I would like to use an icon in my awt frame but Frame.setIconImage() wants an Image class.  How do I get my icon into an instance of Image?
  2. fla5h

    SSL Socket connection via proxy

    I should have said, it is in a try catch block.&nbsp;&nbsp;Thats how it catches the<br><br>java.lang.IllegalArgumentException:&nbsp;&nbsp;out.flush();<br>void java.io.PrintWriter.flush()<br>void SSLSocketClientWithTunneling.doIt(java.lang.String, int)<br>void...
  3. fla5h

    SSL Socket connection via proxy

    I am trying to connect to a secure web page (https) and read the contents, all sounds simple right?&nbsp;&nbsp;I have to go through a proxy.&nbsp;&nbsp;I am using JSSE 1.01 and basicaly running one of the samples that comes with JSSE.&nbsp;&nbsp;This is the code...<br><br>// set up ssl socket to...

Part and Inventory Search

Back
Top