Interface | Description |
---|---|
Connection |
A Connection provides a convenient interface to fetch content from the web, and parse them into Documents.
|
Connection.Base<T extends Connection.Base> |
Common methods for Requests and Responses
|
Connection.KeyVal |
A Key:Value tuple(+), used for form data.
|
Connection.Request |
Represents a HTTP request.
|
Connection.Response |
Represents a HTTP response.
|
Class | Description |
---|---|
Jsoup |
The core public access point to the jsoup functionality.
|
Enum | Description |
---|---|
Connection.Method |
GET and POST http methods.
|
Exception | Description |
---|---|
HttpStatusException |
Signals that a HTTP request resulted in a not OK HTTP response.
|
SerializationException |
A SerializationException is raised whenever serialization of a DOM element fails.
|
UncheckedIOException | |
UnsupportedMimeTypeException |
Signals that a HTTP response returned a mime type that is not supported.
|