yt4droid.http
クラス RequestMethod
java.lang.Object
yt4droid.http.RequestMethod
public class RequestMethod
- extends java.lang.Object
|
メソッドの概要 |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
name()
|
| クラス java.lang.Object から継承されたメソッド |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GET
public static final RequestMethod GET
POST
public static final RequestMethod POST
DELETE
public static final RequestMethod DELETE
HEAD
public static final RequestMethod HEAD
PUT
public static final RequestMethod PUT
name
public final java.lang.String name()
equals
public boolean equals(java.lang.Object o)
- オーバーライド:
- クラス
java.lang.Object 内の equals