| Package | Description |
|---|---|
| com.google.gdata.client.http |
| Modifier and Type | Class and Description |
|---|---|
class |
JdkHttpUrlConnectionSource
Opens HTTP connection using
URL.openConnection(). |
| Modifier and Type | Field and Description |
|---|---|
protected HttpUrlConnectionSource |
HttpGDataRequest.connectionSource
Source of
HttpURLConnection instances. |
protected HttpUrlConnectionSource |
HttpGDataRequest.Factory.connectionSource |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpGDataRequest.Factory.setConnectionSource(HttpUrlConnectionSource connectionSource)
Sets a specific
HttpUrlConnectionSource instance to create
backing URLConnection instance. |
| Constructor and Description |
|---|
GoogleGDataRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType,
HttpAuthToken authToken,
Map<String,String> headerMap,
Map<String,String> privateHeaderMap,
HttpUrlConnectionSource connectionSource)
Constructs a new GoogleGDataRequest instance of the specified
RequestType, targeting the specified URL with the specified
authentication token.
|
HttpGDataRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType inputType,
HttpAuthToken authToken,
Map<String,String> headerMap,
Map<String,String> privateHeaderMap,
HttpUrlConnectionSource connectionSource)
Constructs a new HttpGDataRequest instance of the specified RequestType,
targeting the specified URL.
|
Copyright © 2012. All Rights Reserved.