Interface | Description |
---|---|
HttpAuthToken |
The HttpAuthToken interface represents a token used to authenticate
an HTTP request.
|
HttpUrlConnectionSource |
An object that creates new
HttpURLConnection s. |
Class | Description |
---|---|
AuthSubUtil |
Utility functions to support AuthSub (Account Authentication for Web
Applications).
|
GoogleGDataRequest |
The GoogleGDataRequest class provides a basic implementation of an
interface to connect with a Google-GData server.
|
GoogleGDataRequest.Factory |
The GoogleGDataRequest.Factory class is a factory class for
constructing new GoogleGDataRequest instances.
|
GoogleGDataRequest.GoogleCookie |
Google cookie.
|
HttpGDataRequest |
The HttpGDataRequest class provides a basic implementation of the
GDataRequest interface over HTTP. |
HttpGDataRequest.Factory |
The HttpGDataRequest.Factory class is a factory class for constructing
new HttpGDataRequest instances.
|
JdkHttpUrlConnectionSource |
Opens HTTP connection using
URL.openConnection() . |