|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomComponent | |
com.realtime.xmpp.dom | |
com.realtime.xmpp.examples |
Uses of DomComponent in com.realtime.xmpp.dom |
Subclasses of DomComponent in com.realtime.xmpp.dom | |
class |
DomAcceptComponent
Provide a Jabber accept component that authenticates using the handshake protocol. |
Fields in com.realtime.xmpp.dom declared as DomComponent | |
protected DomComponent |
DomXmppTool.m_component
The component to use to communicate with Jabber. |
protected DomComponent |
DomPacketRouter.m_component
The Jabber component we are routing packets for. |
Methods in com.realtime.xmpp.dom that return DomComponent | |
DomComponent |
DomPacketRouter.getComponent()
Provide the component we are serving. |
Constructors in com.realtime.xmpp.dom with parameters of type DomComponent | |
DomXmppTool(DomComponent component)
Create a set of tools to work with the named component. |
|
DomPacketRouter(DomComponent component)
Create a router to serve one component. |
Uses of DomComponent in com.realtime.xmpp.examples |
Subclasses of DomComponent in com.realtime.xmpp.examples | |
class |
EchoComponent
This is the standard EchoComponent to demonstrate communications with the Jabber server. |
class |
GatewayComponent
Provides a gateway component. |
class |
TestComponent
Framework for testing the local JVM and Jabber server. |
Constructors in com.realtime.xmpp.examples with parameters of type DomComponent | |
GatewayPacketRouter(DomComponent component)
Basic constructor that provides a handle to the component we serve. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |