| java.lang.Object | |
| ↳ | com.google.gdata.data.youtube.FormUploadToken |
Answer to a 'get upload token' request.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| token | |||||||||||
| url | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a form-upload token.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a token to include in the form upload.
| |||||||||||
Returns the url to which the form upload should be sent.
| |||||||||||
Parse a form-upload token from its XML definition.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a form-upload token.
| url | The url to which the upload should be sent |
|---|---|
| token | Token data to include in the upload |
Returns a token to include in the form upload.
Returns the url to which the form upload should be sent.
Parse a form-upload token from its XML definition.
| input | InputStream of server response |
|---|
| IOException | |
|---|---|
| ParseException |