Uses of Interface
tigase.component.responses.AsyncCallback
-
Packages that use AsyncCallback Package Description tigase.component tigase.component.modules tigase.component.responses tigase.server.xmppsession -
-
Uses of AsyncCallback in tigase.component
Methods in tigase.component with parameters of type AsyncCallback Modifier and Type Method Description protected voidAbstractComponent. addOutPacket(Packet packet, AsyncCallback asyncCallback)Deprecated.voidAbstractComponent.DefaultPacketWriter. write(Packet packet, AsyncCallback callback)voidAbstractKernelBasedComponent.DefaultPacketWriter. write(Packet packet, AsyncCallback callback)voidPacketWriter. write(Packet packet, AsyncCallback callback) -
Uses of AsyncCallback in tigase.component.modules
Methods in tigase.component.modules with parameters of type AsyncCallback Modifier and Type Method Description protected voidAbstractModule. write(Packet packet, AsyncCallback asyncCallback) -
Uses of AsyncCallback in tigase.component.responses
Methods in tigase.component.responses with parameters of type AsyncCallback Modifier and Type Method Description java.lang.StringResponseManager. registerResponseHandler(Packet stanza, java.lang.Long timeout, AsyncCallback callback)Register callback for response of sent<iq/>stanza.Constructors in tigase.component.responses with parameters of type AsyncCallback Constructor Description Entry(JID jid, long timestamp, long timeout, AsyncCallback callback) -
Uses of AsyncCallback in tigase.server.xmppsession
Methods in tigase.server.xmppsession with parameters of type AsyncCallback Modifier and Type Method Description voidSessionManager.SMPacketWriter. write(Packet packet, AsyncCallback callback)
-