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.
Establish a TCP connection with a web server.
Collapse
X
-
Tags: None
-
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