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. |
com.google.api.services.samples.dailymotion.cmdline.simple |
Modifier and Type | Method and Description |
---|---|
GenericUrl |
GenericUrl.clone() |
GenericUrl |
HttpRequest.getUrl()
Returns the HTTP request URL.
|
GenericUrl |
GenericUrl.set(String fieldName,
Object value) |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
HttpRequestFactory.buildDeleteRequest(GenericUrl url)
Builds a
DELETE request for the given URL. |
HttpRequest |
HttpRequestFactory.buildGetRequest(GenericUrl url)
Builds a
GET request for the given URL. |
HttpRequest |
HttpRequestFactory.buildHeadRequest(GenericUrl url)
Builds a
HEAD request for the given URL. |
HttpRequest |
HttpRequestFactory.buildPatchRequest(GenericUrl url,
HttpContent content)
Builds a
PATCH request for the given URL and content. |
HttpRequest |
HttpRequestFactory.buildPostRequest(GenericUrl url,
HttpContent content)
Builds a
POST request for the given URL and content. |
HttpRequest |
HttpRequestFactory.buildPutRequest(GenericUrl url,
HttpContent content)
Builds a
PUT request for the given URL and content. |
HttpRequest |
HttpRequestFactory.buildRequest(String requestMethod,
GenericUrl url,
HttpContent content)
Builds a request for the given HTTP method, URL, and content.
|
HttpRequest |
HttpRequest.setUrl(GenericUrl url)
Sets the HTTP request URL.
|
Modifier and Type | Field and Description |
---|---|
static GenericUrl |
HttpTesting.SIMPLE_GENERIC_URL
A simple generic URL for testing of value
HttpTesting.SIMPLE_URL . |
Modifier and Type | Class and Description |
---|---|
static class |
DailyMotionSample.DailyMotionUrl
URL for Dailymotion API.
|
Copyright © 2011–2022 Google. All rights reserved.