package

org.jsoup

Contains the main Jsoup class, which provides convenient static access to the jsoup functionality.

Interfaces

Connection A Connection provides a convenient interface to fetch content from the web, and parse them into Documents. 
Connection.Base<T extends Base> Common methods for Requests and Responses 
Connection.KeyVal A Key Value tuple. 
Connection.Request Represents a HTTP request. 
Connection.Response Represents a HTTP response. 

Classes

Jsoup The core public access point to the jsoup functionality. 

Enums

Connection.Method GET and POST http methods.