| Package | Description | 
|---|---|
| org.jsoup | 
 Contains the main  
Jsoup class, which provides convenient static access to the jsoup functionality. | 
| org.jsoup.helper | 
| Modifier and Type | Interface | Description | 
|---|---|---|
static interface  | 
Connection.Base<T extends Connection.Base> | 
 Common methods for Requests and Responses 
 | 
| Modifier and Type | Interface | Description | 
|---|---|---|
static interface  | 
Connection.Request | 
 Represents a HTTP request. 
 | 
static interface  | 
Connection.Response | 
 Represents a HTTP response. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
static class  | 
HttpConnection.Request | 
|
static class  | 
HttpConnection.Response | 
Copyright © 2009–2018 Jonathan Hedley. All rights reserved.