MCPcopy Create free account
hub / github.com/code4craft/jsoup-learning / connect

Method connect

src/main/java/org/jsoup/Jsoup.java:72–74  ·  view source on GitHub ↗

Creates a new Connection to a URL. Use to fetch and parse a HTML page. Use examples: Document doc = Jsoup.connect("http://example.com").userAgent("Mozilla").data("name", "jsoup").get(); Document doc = Jsoup.connect("http://example.com").cookie("auth

(String url)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

fetchBaiduMethod · 0.95
doesPostMethod · 0.95
doesGetMethod · 0.95
followsTempRedirectMethod · 0.95

Calls 1

connectMethod · 0.95

Tested by 15

fetchBaiduMethod · 0.76
doesPostMethod · 0.76
doesGetMethod · 0.76
followsTempRedirectMethod · 0.76