Uses of Interface
com.realtime.xmpp.streams.XmlStreamFactory

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.
 



Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.