org.jmythapi.protocol.utils
Class MythWebUtils

java.lang.Object
  extended by org.jmythapi.protocol.utils.MythWebUtils

public class MythWebUtils
extends Object


Constructor Summary
MythWebUtils()
           
 
Method Summary
static URL getProgramDetailUrl(IProgramInfo recording)
           
static URL getProgramDetailUrl(URL mythWebBaseUrl, IProgramInfo recording)
           
static URL getProgramListUrl(ProtocolVersion protoVersion, URL mythWebBaseUrl, Integer channelInfo, Date startDate)
           
static URL getProgramStreamUrl(URL mythWebBaseUrl, IProgramInfo recording)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MythWebUtils

public MythWebUtils()
Method Detail

getProgramStreamUrl

public static URL getProgramStreamUrl(URL mythWebBaseUrl,
                                      IProgramInfo recording)
                               throws MalformedURLException
Throws:
MalformedURLException

getProgramDetailUrl

public static URL getProgramDetailUrl(IProgramInfo recording)
                               throws MalformedURLException
Throws:
MalformedURLException

getProgramDetailUrl

public static URL getProgramDetailUrl(URL mythWebBaseUrl,
                                      IProgramInfo recording)
                               throws MalformedURLException
Throws:
MalformedURLException

getProgramListUrl

public static URL getProgramListUrl(ProtocolVersion protoVersion,
                                    URL mythWebBaseUrl,
                                    Integer channelInfo,
                                    Date startDate)
                             throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2008-2013. All Rights Reserved.