|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlStreamFactory | |
com.realtime.xmpp | |
com.realtime.xmpp.dom | |
com.realtime.xmpp.streams | |
com.realtime.xmpp.util |
Uses of XmlStreamFactory in com.realtime.xmpp |
Fields in com.realtime.xmpp declared as XmlStreamFactory | |
protected XmlStreamFactory |
XmppSession.m_connectionFactory
Our connection factory. |
Constructors in com.realtime.xmpp with parameters of type XmlStreamFactory | |
XmppSession(XmlStreamFactory streamFactory,
java.lang.String sNamespace)
Constructor that consumes the host and port to connect to. |
Uses of XmlStreamFactory in com.realtime.xmpp.dom |
Constructors in com.realtime.xmpp.dom with parameters of type XmlStreamFactory | |
DomComponent(XmlStreamFactory streamFactory,
java.lang.String sNamespace)
Create a component that generates DOM packets on incoming messages. |
|
DomAcceptComponent(XmlStreamFactory streamFactory,
java.lang.String sSecret)
Create an ACCEPT namespaced component that generates DOM packets on incoming messages. |
Uses of XmlStreamFactory in com.realtime.xmpp.streams |
Classes in com.realtime.xmpp.streams that implement XmlStreamFactory | |
class |
SocketStreamFactory
A TCP socket based XmlStream factory. |
Uses of XmlStreamFactory in com.realtime.xmpp.util |
Constructors in com.realtime.xmpp.util with parameters of type XmlStreamFactory | |
RestartingEndpoint(XmlStreamFactory streamFactory,
java.lang.String sNamespace)
Create a Jabber component connected to a specific host and port, and using one of the four namespaces. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |