Uses of Class
com.google.api.client.http.GenericUrl
-
Packages that use GenericUrl Package Description 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 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 GenericUrl Modifier and Type Field Description private GenericUrlHttpRequest. urlHTTP request URL.Methods in com.google.api.client.http that return GenericUrl Modifier and Type Method Description GenericUrlGenericUrl. clone()GenericUrlHttpRequest. getUrl()Returns the HTTP request URL.GenericUrlGenericUrl. set(java.lang.String fieldName, java.lang.Object value)Methods in com.google.api.client.http with parameters of type GenericUrl Modifier and Type Method Description HttpRequestHttpRequestFactory. buildDeleteRequest(GenericUrl url)Builds aDELETErequest for the given URL.HttpRequestHttpRequestFactory. buildGetRequest(GenericUrl url)Builds aGETrequest for the given URL.HttpRequestHttpRequestFactory. buildHeadRequest(GenericUrl url)Builds aHEADrequest for the given URL.HttpRequestHttpRequestFactory. buildPatchRequest(GenericUrl url, HttpContent content)Builds aPATCHrequest for the given URL and content.HttpRequestHttpRequestFactory. buildPostRequest(GenericUrl url, HttpContent content)Builds aPOSTrequest for the given URL and content.HttpRequestHttpRequestFactory. buildPutRequest(GenericUrl url, HttpContent content)Builds aPUTrequest for the given URL and content.HttpRequestHttpRequestFactory. buildRequest(java.lang.String requestMethod, GenericUrl url, HttpContent content)Builds a request for the given HTTP method, URL, and content.HttpRequestHttpRequest. 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 GenericUrl Modifier and Type Field Description static GenericUrlHttpTesting. SIMPLE_GENERIC_URLA simple generic URL for testing of valueHttpTesting.SIMPLE_URL.
-