|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMethod | |
|---|---|
| com.google.api.client.http | Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1 . |
| com.google.api.client.testing.http | Testing utilities used for writing tests based on this library. |
| Uses of HttpMethod in com.google.api.client.http |
|---|
| Fields in com.google.api.client.http declared as HttpMethod | |
|---|---|
HttpMethod |
HttpRequest.method
HTTP request method. |
| Methods in com.google.api.client.http that return HttpMethod | |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.google.api.client.http with parameters of type HttpMethod | |
|---|---|
HttpRequest |
HttpRequestFactory.buildRequest(HttpMethod method,
GenericUrl url,
HttpContent content)
Builds a request for the given HTTP method, URL, and content. |
| Uses of HttpMethod in com.google.api.client.testing.http |
|---|
| Fields in com.google.api.client.testing.http with type parameters of type HttpMethod | |
|---|---|
EnumSet<HttpMethod> |
MockHttpTransport.supportedOptionalMethods
Set of supported optional methods or HEAD and PATCH by
default. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||