|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMythPacket | |
---|---|
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.impl | This package contains implementations of MythTV response messages. |
org.jmythapi.protocol.utils | This package contains protocol related utiltity classes. |
Uses of IMythPacket in org.jmythapi.protocol |
---|
Methods in org.jmythapi.protocol that return IMythPacket | |
---|---|
IMythPacket |
ISendable.getPacket()
Converts the object into a packet that can be send over network. |
IMythPacket |
IBackendConnection.readPacket()
Receives the next packet from the backend. |
Methods in org.jmythapi.protocol with parameters of type IMythPacket | |
---|---|
void |
IBackendConnection.writePacket(IMythPacket packet)
Sends a packet to the backend. |
Uses of IMythPacket in org.jmythapi.protocol.events |
---|
Methods in org.jmythapi.protocol.events with parameters of type IMythPacket | |
---|---|
void |
IMythEventPacketListener.fireEvent(IMythPacket eventPacket)
|
Uses of IMythPacket in org.jmythapi.protocol.events.impl |
---|
Methods in org.jmythapi.protocol.events.impl that return IMythPacket | |
---|---|
IMythPacket |
AMythEvent.getPacket()
|
Methods in org.jmythapi.protocol.events.impl with parameters of type IMythPacket | |
---|---|
static List<String> |
AMythEvent.extractArgumentsList(IMythPacket packet)
|
String |
AMythEvent.extractEventName(IMythPacket packet)
|
static AMythEvent<?> |
DownloadFile.valueOf(IMythPacket eventPacket)
|
static PixmapGenerated |
PixmapGenerated.valueOf(IMythPacket eventPacket)
|
static AMythEvent<?> |
LiveTvChain.valueOf(IMythPacket eventPacket)
|
static ClientErrorEvent |
ClientErrorEvent.valueOf(IMythPacket packet)
|
static AMythEvent<?> |
RecordingListChange.valueOf(IMythPacket eventPacket)
|
Constructors in org.jmythapi.protocol.events.impl with parameters of type IMythPacket | |
---|---|
AMythEvent(Class<E> propsClass,
IMythPacket packet)
|
|
AskRecording(IMythPacket packet)
|
|
ClearSettingsCache(IMythPacket packet)
|
|
CommflagStart(IMythPacket packet)
|
|
DoneRecording(IMythPacket packet)
|
|
RecordingListChangeAny(IMythPacket packet)
|
|
RecordingListChangeUpdate(IMythPacket packet)
|
|
ResetIdleTime(IMythPacket packet)
|
|
ScheduleChange(IMythPacket packet)
|
|
ShutdownCountdown(IMythPacket packet)
|
|
SystemEvent(IMythPacket packet)
|
|
UpdateFileSize(IMythPacket packet)
|
|
UpdateProgInfo(IMythPacket packet)
|
|
VideoList(Class<E> propsClass,
IMythPacket packet)
|
|
VideoListChange(IMythPacket mythPacket)
|
|
VideoListNoChange(IMythPacket mythPacket)
|
Uses of IMythPacket in org.jmythapi.protocol.impl |
---|
Classes in org.jmythapi.protocol.impl that implement IMythPacket | |
---|---|
class |
ClientErrorPacket
|
class |
MythPacket
|
Methods in org.jmythapi.protocol.impl that return IMythPacket | |
---|---|
IMythPacket |
BackendConnection.readPacket()
|
protected IMythPacket |
BackendConnection.readPacketFromQueue()
|
protected IMythPacket |
BackendConnection.readPacketFromSocket()
|
Methods in org.jmythapi.protocol.impl with parameters of type IMythPacket | |
---|---|
void |
Backend.fireEvent(IMythPacket eventPacket)
|
void |
BackendConnection.writePacket(IMythPacket packet)
|
Uses of IMythPacket in org.jmythapi.protocol.request |
---|
Methods in org.jmythapi.protocol.request that return IMythPacket | |
---|---|
IMythPacket |
AMythRequest.getPacket()
|
Methods in org.jmythapi.protocol.request with parameters of type IMythPacket | |
---|---|
static IMythRequest |
AMythRequest.readFrom(IMythPacket packet)
|
Uses of IMythPacket in org.jmythapi.protocol.response.impl |
---|
Methods in org.jmythapi.protocol.response.impl that return IMythPacket | |
---|---|
IMythPacket |
AMythResponse.getPacket()
Converts this response-object into a IMythPacket . |
Methods in org.jmythapi.protocol.response.impl with parameters of type IMythPacket | |
---|---|
static boolean |
RecorderInfo.recorderFound(IMythPacket packet)
|
static RecorderInfo |
RecorderInfo.valueOf(IMythPacket packet)
|
static StorageGroupFile |
StorageGroupFile.valueOf(IMythPacket packet)
|
static ProgramRecordingStatus |
ProgramRecordingStatus.valueOf(IMythPacket packet)
|
static Pixmap |
Pixmap.valueOf(IMythPacket packet)
|
static FileStatus |
FileStatus.valueOf(IMythPacket packet)
Constructs a new status object from a protocol packet and does some data correction. |
Uses of IMythPacket in org.jmythapi.protocol.utils |
---|
Methods in org.jmythapi.protocol.utils that return IMythPacket | |
---|---|
static IMythPacket |
PacketUtils.readFrom(ProtocolVersion protoVersion,
InputStream input)
Reads a MythTV-packet from an input-stream. |
static IMythPacket |
PacketUtils.readFrom(ProtocolVersion protoVersion,
String inputString)
Reads a MythTV-packet from a string. |
Methods in org.jmythapi.protocol.utils with parameters of type IMythPacket | ||
---|---|---|
static
|
EventUtils.readFrom(Class<Event> respClass,
IMythPacket packet)
|
|
static
|
ResponseUtils.readFrom(Class<Resp> respClass,
IMythPacket packet)
Converts a protocol packet into a response object. |
|
static
|
EventUtils.readFrom(IMythPacket packet)
|
|
static void |
PacketUtils.writeTo(IMythPacket packet,
OutputStream output)
Writes a MythTV-packet to an output-stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |