| Home >> All >> org >> media >> mn8 >> protocol >> [ jabber Javadoc ] |
| | org.media.mn8.protocol.jabber.datablocks.* (5) | | org.media.mn8.protocol.jabber.xmlparser.* (5) |
org.media.mn8.protocol.jabber: Javadoc index of package org.media.mn8.protocol.jabber.
Package Samples:
org.media.mn8.protocol.jabber.xmlparser: Provides the necessary classes to implement a basic Jabber client, classes used in the Jabber concept.
org.media.mn8.protocol.jabber.datablocks
Classes:
JabberDataBlockDispatcher: The dispatcher for blocks that have arrived. Adds new blocks to the dispatch queue, and then dispatches waiting blocks in their own thread to avoid holding up the stream reader.
Login: The class representing the login message. This has no incomming constructor as login messages are never received from the server.
ReadEndChecker: Interface for classes wishing to be able to stop the reading of the incomming data stream.
ConnectorInterface: The interface for all connectors which handle creating the input and output stream
seConnector: Class for getting a connection to the server under java 2 standard edition.
XMLEventListener: Interface for classes wishing to listen to events generated by the parser.
JabberDataBlock: The base class for Jabber datablocks objects in the datablock sub package
JabberListener: The interface classes that listen for jabber messages should implement
EndOfXMLException: Exception thrown when the end of a XML stream is reached.
States: Class holding the possible states of the XML parser.
Roster: Class representing the presence message block.
Message: The class representing a Jabber message object
Presence: Class representing the presence message block.
Iq: Class representing the iq message block
JabberStream: The stream to a jabber server.
XMLParser: The main XML Parser class.
| Home | Contact Us | Privacy Policy | Terms of Service |