|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xins.common.http.HTTPMethod
HTTP method. Possible values for variable of this class:
Field Summary | |
static HTTPMethod |
GET
The GET method. |
static HTTPMethod |
POST
The POST method. |
Method Summary | |
String |
toString()
Returns a textual representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final HTTPMethod GET
public static final HTTPMethod POST
Method Detail |
public String toString()
"GET"
or "POST"
.
"GET"
or
"POST"
; never null
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |