Uses of Class
com.google.api.client.http.GenericUrl
Packages that use GenericUrl
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
Beta
Testing utilities used for writing tests based on this library.
-
Uses of GenericUrl in com.google.api.client.http
Fields in com.google.api.client.http declared as GenericUrlMethods in com.google.api.client.http that return GenericUrlModifier and TypeMethodDescriptionGenericUrl.clone()
HttpRequest.getUrl()
Returns the HTTP request URL.Methods in com.google.api.client.http with parameters of type GenericUrlModifier and TypeMethodDescriptionHttpRequestFactory.buildDeleteRequest
(GenericUrl url) Builds aDELETE
request for the given URL.HttpRequestFactory.buildGetRequest
(GenericUrl url) Builds aGET
request for the given URL.HttpRequestFactory.buildHeadRequest
(GenericUrl url) Builds aHEAD
request for the given URL.HttpRequestFactory.buildPatchRequest
(GenericUrl url, HttpContent content) Builds aPATCH
request for the given URL and content.HttpRequestFactory.buildPostRequest
(GenericUrl url, HttpContent content) Builds aPOST
request for the given URL and content.HttpRequestFactory.buildPutRequest
(GenericUrl url, HttpContent content) Builds aPUT
request for the given URL and content.HttpRequestFactory.buildRequest
(String requestMethod, GenericUrl url, HttpContent content) Builds a request for the given HTTP method, URL, and content.HttpRequest.setUrl
(GenericUrl url) Sets the HTTP request URL. -
Uses of GenericUrl in com.google.api.client.testing.http
Fields in com.google.api.client.testing.http declared as GenericUrlModifier and TypeFieldDescriptionstatic final GenericUrl
HttpTesting.SIMPLE_GENERIC_URL
A simple generic URL for testing of valueHttpTesting.SIMPLE_URL
.