Uses of Interface
org.jmythapi.protocol.response.IMythResponse

Packages that use IMythResponse
org.jmythapi.protocol.events.impl This package contains implementations of MythTV events. 
org.jmythapi.protocol.response.impl This package contains implementations of MythTV response messages. 
org.jmythapi.protocol.utils This package contains protocol related utiltity classes. 
 

Uses of IMythResponse in org.jmythapi.protocol.events.impl
 

Classes in org.jmythapi.protocol.events.impl that implement IMythResponse
 class AMythEvent<E extends Enum<E>>
           
 class AskRecording
           
 class ClearSettingsCache
           
 class ClientErrorEvent
           
 class CommflagStart
           
 class DoneRecording
           
 class DownloadFileFinished
           
 class DownloadFileUpdate
           
 class LiveTvChainUpdate
           
 class PixmapGenerated
           
 class RecordingListChangeAdd
           
 class RecordingListChangeAny
           
 class RecordingListChangeDelete
           
 class RecordingListChangeUpdate
           
 class ResetIdleTime
           
 class ScheduleChange
           
 class ShutdownCountdown
           
 class SystemEvent
           
 class UpdateFileSize
           
 class UpdateProgInfo
           
 class VideoList<E extends Enum<E>>
           
 class VideoListChange
           
 class VideoListNoChange
           
 

Uses of IMythResponse in org.jmythapi.protocol.response.impl
 

Classes in org.jmythapi.protocol.response.impl that implement IMythResponse
 class AFreeSpace<E extends Enum<E>>
           
 class AMythResponse<E extends Enum<E>>
           
 class AProgramInfo<E extends Enum<E>>
           
 class ARecorderProgramInfo<E extends Enum<E>>
           
 class ARecordings<E extends Enum<E>>
           
 class FileStatus
           
 class FileTransfer
           
 class FreeInputsList
           
 class FreeSpace
          Deprecated. 17
 class FreeSpaceList
           
 class FreeSpaceList.Entry
           
 class FreeSpaceSummary
           
 class GuideDataThrough
           
 class InputInfoFree
           
 class InputInfoTuned
           
 class Load
           
 class MemStats
           
 class Pixmap
           
 class ProgramInfo
           
 class ProgramInfoList
           
 class RecorderChannelInfo
           
 class RecorderChannelPrefixStatus
           
 class RecorderInfo
           
 class RecorderNextProgramInfo
           
 class RecorderProgramInfo
          Deprecated. 21
 class RecordingsConflicting
           
 class RecordingsExpiring
           
 class RecordingsPending
           
 class RecordingsScheduled
           
 class RecordingStatus
           
 class RemoteEncoderBusyStatus
           
 class RemoteEncoderState
           
 class RingBuffer
          Deprecated. 20
 class Setting
           
 class StorageGroupFile
           
 class StorageGroupFileList
           
 class Timezone
           
 class TunerInfo
           
 class Uptime
           
 

Uses of IMythResponse in org.jmythapi.protocol.utils
 

Methods in org.jmythapi.protocol.utils with type parameters of type IMythResponse
static
<E extends Enum<E>,Resp extends AMythResponse<E> & IMythResponse<E>>
Resp
ResponseUtils.readFrom(Class<Resp> respClass, IMythPacket packet)
          Converts a protocol packet into a response object.
 



Copyright © 2008-2013. All Rights Reserved.