|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JabberDataBlock | |
org.media.mn8.concepts | mn8 Core Concepts |
org.media.mn8.protocol.jabber | |
org.media.mn8.protocol.jabber.datablocks |
Uses of JabberDataBlock in org.media.mn8.concepts |
Methods in org.media.mn8.concepts with parameters of type JabberDataBlock | |
void |
JabberClientConcept.blockArrived(JabberDataBlock data)
Method to respond to the arrival of Jabber data block |
Uses of JabberDataBlock in org.media.mn8.protocol.jabber |
Fields in org.media.mn8.protocol.jabber declared as JabberDataBlock | |
protected JabberDataBlock |
JabberDataBlock.parent
This blocks' parent |
Methods in org.media.mn8.protocol.jabber that return JabberDataBlock | |
JabberDataBlock |
JabberDataBlock.getParent()
Method to get the parent of this block |
Methods in org.media.mn8.protocol.jabber with parameters of type JabberDataBlock | |
void |
JabberDataBlockDispatcher.broadcastJabberDataBlock(JabberDataBlock dataBlock)
Method to add a datablock to the dispatch queue |
void |
JabberDataBlock.addChild(JabberDataBlock newData)
Method to add a child to the list of child blocks |
protected void |
JabberDataBlock.constructReply(JabberDataBlock container)
Method to construct a reply to this block. |
void |
JabberStream.send(JabberDataBlock block)
Method of sending a Jabber datablock to the server. |
void |
JabberListener.blockArrived(JabberDataBlock data)
Method to handle an incomming block. |
Constructors in org.media.mn8.protocol.jabber with parameters of type JabberDataBlock | |
JabberDataBlock(JabberDataBlock _parent)
Constructor |
|
JabberDataBlock(JabberDataBlock _parent,
java.util.Hashtable _attributes)
Constructor including an Attribute list |
|
JabberDataBlock(java.lang.String _tagName,
JabberDataBlock _parent,
java.util.Hashtable _attributes)
Constructor including an Attribute list |
Uses of JabberDataBlock in org.media.mn8.protocol.jabber.datablocks |
Subclasses of JabberDataBlock in org.media.mn8.protocol.jabber.datablocks | |
class |
Iq
Class representing the iq message block |
class |
Login
The class representing the login message. |
class |
Message
The class representing a Jabber message object |
class |
Presence
Class representing the presence message block. |
class |
Roster
Class representing the presence message block. |
Constructors in org.media.mn8.protocol.jabber.datablocks with parameters of type JabberDataBlock | |
Iq(JabberDataBlock _parent,
java.util.Hashtable _attributes)
Constructor including an Attribute list |
|
Roster(JabberDataBlock _parent,
java.util.Hashtable _attributes)
Constructor. |
|
Message(JabberDataBlock _parent,
java.util.Hashtable _attributes)
Constructor for incomming messages |
|
Presence(JabberDataBlock _parent,
java.util.Hashtable _attributes)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |