public class HttpMethod
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
HTTP_GET
public static final String HTTP_GET
- See Also:
-
-
HTTP_POST
public static final String HTTP_POST
- See Also:
-
-
HTTP_PUT
public static final String HTTP_PUT
- See Also:
-
-
HTTP_PATCH
public static final String HTTP_PATCH
- See Also:
-
-
HTTP_DELETE
public static final String HTTP_DELETE
- See Also:
-
-
SUPPORTED_HTTP_METHODS
public static final List<String> SUPPORTED_HTTP_METHODS
-
Constructor Details
-
HttpMethod
public HttpMethod()