Uses of Package
org.jmythapi.protocol

Packages that use org.jmythapi.protocol
org.jmythapi   
org.jmythapi.database.impl   
org.jmythapi.database.utils   
org.jmythapi.impl   
org.jmythapi.javadoc.tags This package contains javadoc taglets. 
org.jmythapi.javadoc.utils This package contains utility classes used for javadoc generation. 
org.jmythapi.protocol This package contains basic protocol related interfaces, exceptions and constants. 
org.jmythapi.protocol.events This package contains interfaces related to MythTV events. 
org.jmythapi.protocol.events.impl This package contains implementations of MythTV events. 
org.jmythapi.protocol.impl This package contains implementations of MythTV protocol elements. 
org.jmythapi.protocol.request This package contains intefaces of MythTV request messages. 
org.jmythapi.protocol.response This package contains interfaces of MythTV response messages. 
org.jmythapi.protocol.response.impl This package contains implementations of MythTV response messages. 
org.jmythapi.protocol.utils This package contains protocol related utiltity classes. 
org.jmythapi.url.mythtv   
org.jmythapi.utils   
 

Classes in org.jmythapi.protocol used by org.jmythapi
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
 

Classes in org.jmythapi.protocol used by org.jmythapi.database.impl
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
 

Classes in org.jmythapi.protocol used by org.jmythapi.database.utils
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
 

Classes in org.jmythapi.protocol used by org.jmythapi.impl
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
 

Classes in org.jmythapi.protocol used by org.jmythapi.javadoc.tags
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
 

Classes in org.jmythapi.protocol used by org.jmythapi.javadoc.utils
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
ProtocolVersionRange
          This class represents a MythTV protocol version range.
 

Classes in org.jmythapi.protocol used by org.jmythapi.protocol
IBackend
          This interface is the main interface when communicating with a MythTV-backend.
IBackendConnection
          This interface represents a connection to a MythTV-backend, -recorder or -encoder.
IMythPacket
          This interface represents a protocol packet that can be send over network.
IRecorder
          An interface to communicate with a MythTV recorder.
IRemoteEncoder
          This interface represents a special view to a MythTV-recorder.
ProtocolException
          An exception that is thrown due to protocol errors.
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
ProtocolVersionRange
          This class represents a MythTV protocol version range.
 

Classes in org.jmythapi.protocol used by org.jmythapi.protocol.events
IMythPacket
          This interface represents a protocol packet that can be send over network.
ISendable
          A request or response message that can be send over network.
 

Classes in org.jmythapi.protocol used by org.jmythapi.protocol.events.impl
IMythPacket
          This interface represents a protocol packet that can be send over network.
ISendable
          A request or response message that can be send over network.
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
UnsupportedCommandException
          This exception is thrown if a command is used outside of its valid protocol-version range.
 

Classes in org.jmythapi.protocol used by org.jmythapi.protocol.impl
IBackend
          This interface is the main interface when communicating with a MythTV-backend.
IBackendConnection
          This interface represents a connection to a MythTV-backend, -recorder or -encoder.
IMythPacket
          This interface represents a protocol packet that can be send over network.
IRecorder
          An interface to communicate with a MythTV recorder.
IRemoteEncoder
          This interface represents a special view to a MythTV-recorder.
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
 

Classes in org.jmythapi.protocol used by org.jmythapi.protocol.request
IMythPacket
          This interface represents a protocol packet that can be send over network.
ISendable
          A request or response message that can be send over network.
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
 

Classes in org.jmythapi.protocol used by org.jmythapi.protocol.response
ISendable
          A request or response message that can be send over network.
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
 

Classes in org.jmythapi.protocol used by org.jmythapi.protocol.response.impl
IBackendConnection
          This interface represents a connection to a MythTV-backend, -recorder or -encoder.
IMythPacket
          This interface represents a protocol packet that can be send over network.
ISendable
          A request or response message that can be send over network.
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
 

Classes in org.jmythapi.protocol used by org.jmythapi.protocol.utils
IMythPacket
          This interface represents a protocol packet that can be send over network.
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
ProtocolVersionRange
          This class represents a MythTV protocol version range.
UnknownCommandException
          This exception is thrown by the backend-connection, if an request with a command should be send, that is not supported by any of the supported backend protocol-versions.
 

Classes in org.jmythapi.protocol used by org.jmythapi.url.mythtv
IRecorder
          An interface to communicate with a MythTV recorder.
 

Classes in org.jmythapi.protocol used by org.jmythapi.utils
ProtocolVersion
          This enumeration specifies all supported MythTV-protocol versions.
 



Copyright © 2008-2013. All Rights Reserved.