com.ooyala.android.ServerTaskAuthAndMetadata Class Reference

A class that implements auth and metadata task. More...

Inherits com.ooyala.android.ServerTaskVideo.

Public Member Functions

 ServerTaskAuthAndMetadata (PlayerAPIClient apiClient, PlayerInfo playerInfo, Video video, int connectionTimeoutInMilliseconds, ServerTaskManager.ContentItemCallback callback)
 
void run ()
 

Protected Member Functions

List< ServerSubTask > prepareSubTasks ()
 
boolean processJsonTask (Future< JSONObject > jsonFuture, ContentItem item) throws ExecutionException, InterruptedException, TimeoutException
 

Protected Attributes

final PlayerAPIClient apiClient
 
final PlayerInfo playerInfo
 
final String adSetCode
 
final ServerTaskManager.ContentItemCallback callback
 
final List< String > embedCodes
 
ContentItem item
 
final int connectionTimeoutInMilliseconds
 

Detailed Description

A class that implements auth and metadata task.

Constructor & Destructor Documentation

com.ooyala.android.ServerTaskAuthAndMetadata.ServerTaskAuthAndMetadata ( PlayerAPIClient  apiClient,
PlayerInfo  playerInfo,
Video  video,
int  connectionTimeoutInMilliseconds,
ServerTaskManager.ContentItemCallback  callback 
)

Member Function Documentation

List<ServerSubTask> com.ooyala.android.ServerTaskAuthAndMetadata.prepareSubTasks ( )
protected
boolean com.ooyala.android.ServerTaskVideo.processJsonTask ( Future< JSONObject >  jsonFuture,
ContentItem  item 
) throws ExecutionException, InterruptedException, TimeoutException
protectedinherited
void com.ooyala.android.ServerTaskVideo.run ( )
inherited

Member Data Documentation

final String com.ooyala.android.ServerTaskVideo.adSetCode
protectedinherited
final PlayerAPIClient com.ooyala.android.ServerTaskVideo.apiClient
protectedinherited
final ServerTaskManager.ContentItemCallback com.ooyala.android.ServerTaskVideo.callback
protectedinherited
final int com.ooyala.android.ServerTaskVideo.connectionTimeoutInMilliseconds
protectedinherited
final List<String> com.ooyala.android.ServerTaskVideo.embedCodes
protectedinherited
ContentItem com.ooyala.android.ServerTaskVideo.item
protectedinherited
final PlayerInfo com.ooyala.android.ServerTaskVideo.playerInfo
protectedinherited