Uses of Interface
tigase.component.responses.AsyncCallback
-
-
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) -
Uses of AsyncCallback in tigase.workgroupqueues.modules
Methods in tigase.workgroupqueues.modules with parameters of type AsyncCallback Modifier and Type Method Description protected voidAbstractModule. write(Packet packet, AsyncCallback callback) -
Uses of AsyncCallback in tigase.workgroupqueues.modules.muc
Methods in tigase.workgroupqueues.modules.muc with parameters of type AsyncCallback Modifier and Type Method Description voidMucControllerModule. addAgent(Queue queue, Room room, Agent agent, AsyncCallback asyncCallback)voidMucControllerModule. addUser(Queue queue, Room room, User user, AsyncCallback asyncCallback)voidMucControllerModule. createRoom(Queue queue, Room room, AsyncCallback asyncCallback) -
Uses of AsyncCallback in tigase.workgroupqueues.util.sequencer
Methods in tigase.workgroupqueues.util.sequencer with parameters of type AsyncCallback Modifier and Type Method Description abstract voidActions.CallAsyncMethod. proxy(AsyncCallback callback)
-