Uses of Interface
org.xmpp.component.Component
-
Packages that use Component Package Description org.xmpp.component -
-
Uses of Component in org.xmpp.component
Classes in org.xmpp.component that implement Component Modifier and Type Class Description classAbstractComponentThis class provides a defaultComponentimplementation.Methods in org.xmpp.component with parameters of type Component Modifier and Type Method Description voidComponentManager. addComponent(String subdomain, Component component)Adds a component.IQComponentManager. 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.voidComponentManager. query(Component component, IQ packet, IQResultListener listener)Sends an IQ packet to the server and returns immediately.voidComponentManager. sendPacket(Component component, Packet packet)Sends a packet to the XMPP server.
-