public class HttpMethod extends Object
Modifier and Type | Field and Description |
---|---|
static HttpMethod |
DELETE |
static HttpMethod |
GET |
static HttpMethod |
HEAD |
static HttpMethod |
OPTIONS |
static HttpMethod |
PATCH |
static HttpMethod |
POST |
static HttpMethod |
PUT |
static HttpMethod |
TRACE |
Modifier and Type | Method and Description |
---|---|
Set<HttpMethod> |
all() |
String |
name() |
String |
toString() |
static HttpMethod |
valueOf(String verb) |
public static final HttpMethod GET
public static final HttpMethod POST
public static final HttpMethod PUT
public static final HttpMethod DELETE
public static final HttpMethod PATCH
public static final HttpMethod HEAD
public static final HttpMethod OPTIONS
public static final HttpMethod TRACE
public static HttpMethod valueOf(String verb)
public Set<HttpMethod> all()
public String name()
Copyright © 2019. All rights reserved.