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 and Description |
---|---|
static interface |
Connection.Base<T extends Connection.Base>
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 © 2017. All rights reserved.