|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlStream | |
com.realtime.xmpp | |
com.realtime.xmpp.streams |
Uses of XmlStream in com.realtime.xmpp |
Fields in com.realtime.xmpp declared as XmlStream | |
protected XmlStream |
XmppSession.m_connection
Our connection to jabber. |
protected XmlStream |
XmppSession.ParserThread.m_myConnection
The XMPP connection we're processing. |
Constructors in com.realtime.xmpp with parameters of type XmlStream | |
XmppSession.ParserThread(XmlStream conn)
Protect the constructor. |
Uses of XmlStream in com.realtime.xmpp.streams |
Classes in com.realtime.xmpp.streams that implement XmlStream | |
protected class |
SocketStreamFactory.SocketStream
Our XmlStream implementation. |
Methods in com.realtime.xmpp.streams that return XmlStream | |
XmlStream |
XmlStreamFactory.open()
Create a new XmlStream. |
XmlStream |
SocketStreamFactory.open()
Create a new XmlStream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |