|
||||||||||
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
Deprecated. (scheduled to be made private in 1.6) Use HttpRequest.getMethod() or HttpRequest.setMethod(com.google.api.client.http.HttpMethod) |
Methods in com.google.api.client.http that return HttpMethod | |
---|---|
HttpMethod |
HttpRequest.getMethod()
Returns the HTTP request method. |
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. |
HttpRequest |
HttpRequest.setMethod(HttpMethod method)
Sets the HTTP request method. |
Uses of HttpMethod in com.google.api.client.testing.http |
---|
Fields in com.google.api.client.testing.http with type parameters of type HttpMethod | |
---|---|
static Set<HttpMethod> |
MockHttpTransport.DEFAULT_SUPPORTED_OPTIONAL_METHODS
Default supported optional methods. |
EnumSet<HttpMethod> |
MockHttpTransport.supportedOptionalMethods
Deprecated. (scheduled to be made private in 1.6) Use MockHttpTransport.getSupportedOptionalMethods() or
MockHttpTransport.Builder.setSupportedOptionalMethods(java.util.Set |
Methods in com.google.api.client.testing.http that return types with arguments of type HttpMethod | |
---|---|
Set<HttpMethod> |
MockHttpTransport.getSupportedOptionalMethods()
Returns the set of supported optional methods. |
Set<HttpMethod> |
MockHttpTransport.Builder.getSupportedOptionalMethods()
Returns the set of supported optional methods. |
Method parameters in com.google.api.client.testing.http with type arguments of type HttpMethod | |
---|---|
void |
MockHttpTransport.setSupportedOptionalMethods(EnumSet<HttpMethod> supportedOptionalMethods)
|
MockHttpTransport.Builder |
MockHttpTransport.Builder.setSupportedOptionalMethods(Set<HttpMethod> supportedOptionalMethods)
Sets the set of supported optional methods. |
Constructor parameters in com.google.api.client.testing.http with type arguments of type HttpMethod | |
---|---|
MockHttpTransport(Set<HttpMethod> supportedOptionalMethods)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |