public class Method
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Method |
AFTER |
static Method |
BEFORE |
static Method |
CONNECT |
static Method |
DELETE |
static Method |
GET |
static Method |
HEAD |
static Method |
OPTIONS |
static Method |
PATCH |
static Method |
POST |
static Method |
PUT |
static Method |
TRACE |
static Method |
WS |
| Constructor and Description |
|---|
Method(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName() |
int |
hashCode() |
public static final Method GET
public static final Method POST
public static final Method PUT
public static final Method PATCH
public static final Method DELETE
public static final Method OPTIONS
public static final Method HEAD
public static final Method TRACE
public static final Method CONNECT
public static final Method BEFORE
public static final Method AFTER
public static final Method WS