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 | Method and Description |
---|---|
Connection.Method |
Connection.Base.method()
Get the request method, which defaults to
GET |
static Connection.Method |
Connection.Method.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Connection.Method[] |
Connection.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.method(Connection.Method method)
Set the request method to use, GET or POST.
|
T |
Connection.Base.method(Connection.Method method)
Set the request method
|
Modifier and Type | Field and Description |
---|---|
(package private) Connection.Method |
HttpConnection.Base.method |
Modifier and Type | Method and Description |
---|---|
Connection.Method |
HttpConnection.Base.method() |
Modifier and Type | Method and Description |
---|---|
Connection |
HttpConnection.method(Connection.Method method) |
T |
HttpConnection.Base.method(Connection.Method method) |