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.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Connection.Base<T extends Connection.Base<T>>
Common methods for Requests and Responses
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Connection.Request
Represents a HTTP request.
|
static interface |
Connection.Response
Represents a HTTP response.
|
Modifier and Type | Class and Description |
---|---|
static class |
HttpConnection.Request |
static class |
HttpConnection.Response |
Copyright © 2009–2021 Jonathan Hedley. All rights reserved.