Uses of Class
com.blackledge.david.tivo.hmoclient.Link

Packages that use Link
com.blackledge.david.tivo.hmoclient The HMOClient package is designed to encapsulize interaction from Java with an HMO server such as a Tivo (containing Video items) or another computer serving images and music.
Video items are not documented in the HMO specification but have been implemented by observation of results.
Example of processing against a TiVo: 
 

Uses of Link in com.blackledge.david.tivo.hmoclient
 

Fields in com.blackledge.david.tivo.hmoclient declared as Link
protected  Link Item.contentLink
           
 

Methods in com.blackledge.david.tivo.hmoclient that return Link
static Link LinkFactory.createLink(String contentType, String tagName, List slements)