MCPcopy Index your code
hub / github.com/code4craft/jsoup-learning / Connection

Interface Connection

src/main/java/org/jsoup/Connection.java:21–519  ·  view source on GitHub ↗

A Connection provides a convenient interface to fetch content from the web, and parse them into Documents. To get a new Connection, use org.jsoup.Jsoup#connect(String). Connections contain Connection.Request and Connection.Response objects. The request objects are reusabl

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 41

userAgentMethod · 0.95
doesGetMethod · 0.65
checkMethod · 0.65
timeoutMethod · 0.95
parseMethod · 0.95
referrerMethod · 0.95
doesGetMethod · 0.65
methodMethod · 0.95
throwsOnOdddDataMethod · 0.95
dataMethod · 0.95
cookieMethod · 0.95

Implementers 1

HttpConnectionsrc/main/java/org/jsoup/helper/HttpCon

Calls

no outgoing calls

Tested by

no test coverage detected