|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmppSession | |
com.realtime.xmpp | |
com.realtime.xmpp.dom | |
com.realtime.xmpp.util |
Uses of XmppSession in com.realtime.xmpp |
Methods in com.realtime.xmpp that return XmppSession | |
XmppSession |
XmppEndpoint.getSession()
Provide the underlying XMPP session. |
Uses of XmppSession in com.realtime.xmpp.dom |
Fields in com.realtime.xmpp.dom declared as XmppSession | |
protected XmppSession |
Xmpp2DomTransformer.m_session
The XMPP session we are listening to. |
Methods in com.realtime.xmpp.dom that return XmppSession | |
XmppSession |
Xmpp2DomTransformer.getSession()
Provide the XMPP session we are using. |
Constructors in com.realtime.xmpp.dom with parameters of type XmppSession | |
Xmpp2DomTransformer(XmppSession session)
Construct a transformer for an XMPP stream. |
Uses of XmppSession in com.realtime.xmpp.util |
Fields in com.realtime.xmpp.util declared as XmppSession | |
protected XmppSession |
XmppSessionRestarter.m_session
The session we will restart when failures occur. |
protected XmppSession |
RestartingEndpoint.m_session
The XMPP session to the Jabber server. |
Methods in com.realtime.xmpp.util that return XmppSession | |
XmppSession |
RestartingEndpoint.getSession()
Provide the underlying XMPP session. |
Constructors in com.realtime.xmpp.util with parameters of type XmppSession | |
XmppSessionRestarter(XmppSession session)
Create the session restarter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |