Uses of Enum Class
org.jsoup.Connection.Method
Packages that use Connection.Method
Package
Description
Contains the main
Jsoup
class, which provides convenient static access to the jsoup functionality.-
Uses of Connection.Method in org.jsoup
Methods in org.jsoup that return Connection.MethodModifier and TypeMethodDescriptionConnection.Base.method()
Get the request methodstatic Connection.Method
Returns the enum constant of this class with the specified name.static Connection.Method[]
Connection.Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jsoup with parameters of type Connection.MethodModifier 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
Fields in org.jsoup.helper declared as Connection.MethodMethods in org.jsoup.helper that return Connection.MethodMethods in org.jsoup.helper with parameters of type Connection.MethodModifier and TypeMethodDescriptionHttpConnection.Base.method
(Connection.Method method) HttpConnection.method
(Connection.Method method)