public final class HttpMethods extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpMethods.HttpMethod |
Modifier and Type | Field and Description |
---|---|
static String |
DELETE
The HTTP
DELETE method. |
static String |
GET
The HTTP
GET method. |
static String |
HEAD
The HTTP
HEAD method. |
static String |
OPTIONS
The HTTP
OPTIONS method. |
static String |
PATCH
The HTTP
PATCH method. |
static String |
POST
The HTTP
POST method. |
static String |
PUT
The HTTP
PUT method. |
static String |
TRACE
The HTTP
TRACE method. |
Constructor and Description |
---|
HttpMethods() |
Modifier and Type | Method and Description |
---|---|
HttpMethods.HttpMethod |
DELETE()
Deprecated.
Replaced by
HttpMethods.DELETE . |
HttpMethods.HttpMethod |
GET()
Deprecated.
Replaced by
HttpMethods.GET . |
HttpMethods.HttpMethod |
HEAD()
Deprecated.
Replaced by
HttpMethods.HEAD . |
HttpMethods.HttpMethod |
OPTIONS()
Deprecated.
Replaced by
HttpMethods.OPTIONS . |
HttpMethods.HttpMethod |
PATCH()
Deprecated.
Replaced by
HttpMethods.PATCH . |
HttpMethods.HttpMethod |
POST()
Deprecated.
Replaced by
HttpMethods.POST . |
HttpMethods.HttpMethod |
PUT()
Deprecated.
Replaced by
HttpMethods.PUT . |
HttpMethods.HttpMethod |
TRACE()
Deprecated.
Replaced by
HttpMethods.TRACE . |
public static String GET
GET
method.public static String HEAD
HEAD
method.public static String POST
POST
method.public static String PUT
PUT
method.public static String PATCH
PATCH
method.public static String DELETE
DELETE
method.public static String OPTIONS
OPTIONS
method.public static String TRACE
TRACE
method.@Deprecated public HttpMethods.HttpMethod GET()
HttpMethods.GET
.GET
.@Deprecated public HttpMethods.HttpMethod HEAD()
HttpMethods.HEAD
.HEAD
.@Deprecated public HttpMethods.HttpMethod POST()
HttpMethods.POST
.POST
.@Deprecated public HttpMethods.HttpMethod PUT()
HttpMethods.PUT
.PUT
.@Deprecated public HttpMethods.HttpMethod PATCH()
HttpMethods.PATCH
.PATCH
.@Deprecated public HttpMethods.HttpMethod DELETE()
HttpMethods.DELETE
.DELETE
.@Deprecated public HttpMethods.HttpMethod OPTIONS()
HttpMethods.OPTIONS
.OPTIONS
.@Deprecated public HttpMethods.HttpMethod TRACE()
HttpMethods.TRACE
.TRACE
.Copyright © 2016–2019 Spring. All rights reserved.