|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMythCommand | |
---|---|
org.jmythapi.protocol.request | This package contains intefaces of MythTV request messages. |
org.jmythapi.protocol.utils | This package contains protocol related utiltity classes. |
Uses of IMythCommand in org.jmythapi.protocol.request |
---|
Classes in org.jmythapi.protocol.request that implement IMythCommand | |
---|---|
class |
AMythCommand
The implementation of a MythTV-protocol command. |
Methods in org.jmythapi.protocol.request that return IMythCommand | |
---|---|
IMythCommand |
IMythRequest.getCommand()
Gets the request-command. |
IMythCommand |
AMythRequest.getCommand()
|
Constructors in org.jmythapi.protocol.request with parameters of type IMythCommand | |
---|---|
AMythRequest(IMythCommand command)
|
|
AMythRequest(IMythCommand command,
List<String> requestArgs)
|
|
AMythRequest(IMythCommand command,
String... requestArgs)
|
Uses of IMythCommand in org.jmythapi.protocol.utils |
---|
Methods in org.jmythapi.protocol.utils that return IMythCommand | |
---|---|
static IMythCommand |
CommandUtils.readFrom(ProtocolVersion protoVersion,
String commandString)
Reads a MythTV protocol command from a string. |
Methods in org.jmythapi.protocol.utils with parameters of type IMythCommand | |
---|---|
static boolean |
CommandUtils.isKnownCommand(IMythCommand command)
Checks if the command is known to be supported by any supported MythTV version. |
static void |
CommandUtils.writeTo(IMythCommand command,
OutputStream output)
Writes the given command object to an output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |