Uses of Enum
org.jsoup.Connection.Method
Package
Description
Contains the main
Jsoup
class, which provides convenient static access to the jsoup functionality.
Package containing classes supporting the core jsoup code.
-
Uses of Connection.Method in org.jsoup
Modifier and TypeMethodDescriptionConnection.Base.method()
Get the request method, which defaults toGET
static Connection.Method
Connection.Method.valueOf
(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 TypeMethodDescriptionConnection.Base.method
(Connection.Method method) Set the request methodConnection.method
(Connection.Method method) Set the request method to use, GET or POST. -
Uses of Connection.Method in org.jsoup.helper