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

Packages that use HMOSession
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 HMOSession in com.blackledge.david.tivo.hmoclient
 

Methods in com.blackledge.david.tivo.hmoclient that return HMOSession
 HMOSession ContainerRequest.getSession()
           
 

Constructors in com.blackledge.david.tivo.hmoclient with parameters of type HMOSession
ContainerRequest(HMOSession session, String container)