Uses of Package
org.jsoup
Package | Description |
---|---|
org.jsoup |
Contains the main
Jsoup class, which provides convenient static access to the jsoup functionality. |
org.jsoup.helper |
Package containing classes supporting the core jsoup code.
|
org.jsoup.nodes |
HTML document structure nodes.
|
-
Classes in org.jsoup used by org.jsoup Class Description Connection The Connection interface is a convenient HTTP client and session object to fetch content from the web, and parse them into Documents.Connection.Base Common methods for Requests and ResponsesConnection.KeyVal A Key:Value tuple(+), used for form data.Connection.Method GET and POST http methods.Connection.Request Represents a HTTP request.Connection.Response Represents a HTTP response. -
Classes in org.jsoup used by org.jsoup.helper Class Description Connection The Connection interface is a convenient HTTP client and session object to fetch content from the web, and parse them into Documents.Connection.Base Common methods for Requests and ResponsesConnection.KeyVal A Key:Value tuple(+), used for form data.Connection.Method GET and POST http methods.Connection.Request Represents a HTTP request.Connection.Response Represents a HTTP response. -
Classes in org.jsoup used by org.jsoup.nodes Class Description Connection The Connection interface is a convenient HTTP client and session object to fetch content from the web, and parse them into Documents.Connection.KeyVal A Key:Value tuple(+), used for form data.