|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMythRequest | |
---|---|
org.jmythapi.protocol | This package contains basic protocol related interfaces, exceptions and constants. |
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.utils | This package contains protocol related utiltity classes. |
Uses of IMythRequest in org.jmythapi.protocol |
---|
Methods in org.jmythapi.protocol with parameters of type IMythRequest | |
---|---|
void |
IBackendConnection.writeMessage(IMythRequest msg)
Sends a request-message to the backend. |
Uses of IMythRequest in org.jmythapi.protocol.impl |
---|
Methods in org.jmythapi.protocol.impl with parameters of type IMythRequest | |
---|---|
void |
BackendConnection.writeMessage(IMythRequest msg)
|
Uses of IMythRequest in org.jmythapi.protocol.request |
---|
Classes in org.jmythapi.protocol.request that implement IMythRequest | |
---|---|
class |
AMythRequest
The implementation of a MythTV-protocol request. |
Methods in org.jmythapi.protocol.request that return IMythRequest | |
---|---|
static IMythRequest |
AMythRequest.readFrom(IMythPacket packet)
|
static IMythRequest |
AMythRequest.readFrom(ProtocolVersion protoVersion,
InputStream input)
|
static IMythRequest |
AMythRequest.readFrom(ProtocolVersion protoVersion,
String input)
|
Uses of IMythRequest in org.jmythapi.protocol.utils |
---|
Methods in org.jmythapi.protocol.utils with parameters of type IMythRequest | |
---|---|
static boolean |
CommandUtils.isKnownCommand(IMythRequest request)
Checks if the command of a request is known to be supported by any supported MythTV version. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |