yt4droid.http
クラス RequestMethod

java.lang.Object
  上位を拡張 yt4droid.http.RequestMethod

public class RequestMethod
extends java.lang.Object


フィールドの概要
static RequestMethod DELETE
           
static RequestMethod GET
           
static RequestMethod HEAD
           
static RequestMethod POST
           
static RequestMethod PUT
           
 
メソッドの概要
 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