|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISendable
A request or response message that can be send over network.
Each object implementing this interface must implement the method getPacket()
.
This method is used to convert the payload of the sendable object into a MythTV-protocol packet,
which can be send over network.
Method Summary | |
---|---|
IMythPacket |
getPacket()
Converts the object into a packet that can be send over network. |
Method Detail |
---|
IMythPacket getPacket()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |