Tagged Questions

1
vote
7answers
5k views

Get source of website in java

I would like to use java to get the source of a website (secure) and then parse that website for links that are in it. I have found how to connect to that url, but then how can i easily get just the ...