| Package | com.arc90.rpc.rest |
| Class | public class RESTServiceMethod |
| Constant | Defined by | ||
|---|---|---|---|
| DELETE : String = "DELETE" [static]
The request method "DELETE".
| RESTServiceMethod | ||
| GET : String = "GET" [static]
The request method "GET".
| RESTServiceMethod | ||
| HEAD : String = "HEAD" [static]
The request method "HEAD".
| RESTServiceMethod | ||
| OPTIONS : String = "OPTIONS" [static]
The request method "OPTIONS".
| RESTServiceMethod | ||
| POST : String = "POST" [static]
The request method "POST".
| RESTServiceMethod | ||
| PUT : String = "PUT" [static]
The request method "PUT".
| RESTServiceMethod | ||
| TRACE : String = "TRACE" [static]
The request method "TRACE".
| RESTServiceMethod | ||
| DELETE | constant |
public static const DELETE:String = "DELETE"The request method "DELETE".
| GET | constant |
public static const GET:String = "GET"The request method "GET".
| HEAD | constant |
public static const HEAD:String = "HEAD"The request method "HEAD".
| OPTIONS | constant |
public static const OPTIONS:String = "OPTIONS"The request method "OPTIONS".
| POST | constant |
public static const POST:String = "POST"The request method "POST".
| PUT | constant |
public static const PUT:String = "PUT"The request method "PUT".
| TRACE | constant |
public static const TRACE:String = "TRACE"The request method "TRACE".