public class HTMLFetcher
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static HTMLDocument |
fetch(java.net.URL url)
Fetches the document at the given URL, using
URLConnection . |
public static HTMLDocument fetch(java.net.URL url) throws java.io.IOException
URLConnection
.url
- java.io.IOException