JSoup 1.5.2
Package Index
|
Class Index
org.jsoup
org.jsoup.examples
org.jsoup.helper
org.jsoup.nodes
org.jsoup.parser
org.jsoup.safety
org.jsoup.select
Interfaces
Connection
Connection.Base
<T extends
Base
>
Connection.KeyVal
Connection.Request
Connection.Response
Classes
Jsoup
Enums
Connection.Method
Package Index
|
Class Index
Summary:
Enums
|
Methods
|
Inherited Methods
|
[Expand All]
public static final enum
Connection.Method
extends
Enum
<E extends
Enum
<E>>
java.lang.Object
↳
java.lang.Enum
<E extends
java.lang.Enum
<E>>
↳
org.jsoup.Connection.Method
Class Overview
GET and POST http methods.
Summary
Enum Values
Connection.Method
GET
Connection.Method
POST
Public Methods
static
Connection.Method
valueOf
(
String
name)
final static
Method[]
values
()
[Expand]
Inherited Methods
From class
java.lang.Enum
final
Object
clone
()
int
compareTo
(
Object
arg0)
final int
compareTo
(E arg0)
final boolean
equals
(
Object
arg0)
final void
finalize
()
final
Class
<E>
getDeclaringClass
()
final int
hashCode
()
final
String
name
()
final int
ordinal
()
String
toString
()
static <T extends
Enum
<T>> T
valueOf
(
Class
<T> arg0,
String
arg1)
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
java.lang.Comparable
abstract int
compareTo
(T arg0)
Enum Values
public static final
Connection.Method
GET
public static final
Connection.Method
POST
Public Methods
public static
Connection.Method
valueOf
(
String
name)
public static final
Method[]
values
()