Establish a TCP connection with a web server.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kithsiridnava
    New Member
    • Mar 2010
    • 2

    Establish a TCP connection with a web server.

    Java Program to establish a TCP connection with a web server and send HTTP GET command to get the html code of a web page.
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    #2
    What have you done so far?

    You can do experiments with HttpURLConnecti on and Scanner classes

    or there's a simple API that directly captures a source content of a crawlable webpage...

    SwacidWare Framework

    Comment

    • kithsiridnava
      New Member
      • Mar 2010
      • 2

      #3
      Thanks Sukatoa...

      It was urgent .. i got it done on the same day :)

      Comment

      Working...