|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.craftforge.essential.controller.constants.HttpMethod
public class HttpMethod
HTTP method constants.
| Field Summary | |
|---|---|
static String |
DELETE
DELETE |
static String |
GET
GET |
static String |
HEAD
HEAD |
static String |
OPTIONS
OPTIONS |
static String |
POST
POST |
static String |
PUT
PUT |
static String |
TRACE
TRACE |
| Constructor Summary | |
|---|---|
HttpMethod()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String GET
public static final String POST
public static final String PUT
public static final String DELETE
public static final String HEAD
public static final String OPTIONS
public static final String TRACE
| Constructor Detail |
|---|
public HttpMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||