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 aDELETErequest for the given URL.HttpRequestFactory.buildGetRequest(GenericUrl url) Builds aGETrequest for the given URL.HttpRequestFactory.buildHeadRequest(GenericUrl url) Builds aHEADrequest for the given URL.HttpRequestFactory.buildPatchRequest(GenericUrl url, HttpContent content) Builds aPATCHrequest for the given URL and content.HttpRequestFactory.buildPostRequest(GenericUrl url, HttpContent content) Builds aPOSTrequest for the given URL and content.HttpRequestFactory.buildPutRequest(GenericUrl url, HttpContent content) Builds aPUTrequest 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 GenericUrlHttpTesting.SIMPLE_GENERIC_URLA simple generic URL for testing of valueHttpTesting.SIMPLE_URL.