| Package | Description |
|---|---|
| org.xmpp.component |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponent
This class provides a default
Component implementation. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentManager.addComponent(String subdomain,
Component component)
Adds a component.
|
void |
ComponentManager.query(Component component,
IQ packet,
IQResultListener listener)
Sends an IQ packet to the server and returns immediately.
|
IQ |
ComponentManager.query(Component component,
IQ packet,
long timeout)
Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.
|
void |
ComponentManager.sendPacket(Component component,
Packet packet)
Sends a packet to the XMPP server.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.