Uses of Interface
tigase.component.responses.AsyncCallback
Packages that use AsyncCallback
Package
Description
-
Uses of AsyncCallback in tigase.component
Methods in tigase.component with parameters of type AsyncCallbackModifier and TypeMethodDescriptionprotected 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 AsyncCallbackModifier and TypeMethodDescriptionprotected voidAbstractModule.write(Packet packet, AsyncCallback asyncCallback) -
Uses of AsyncCallback in tigase.component.responses
Methods in tigase.component.responses with parameters of type AsyncCallbackModifier and TypeMethodDescriptionResponseManager.registerResponseHandler(Packet stanza, Long timeout, AsyncCallback callback) Register callback for response of sent<iq/>stanza.Constructors in tigase.component.responses with parameters of type AsyncCallbackModifierConstructorDescriptionEntry(JID jid, long timestamp, long timeout, AsyncCallback callback) -
Uses of AsyncCallback in tigase.server.xmppsession
Methods in tigase.server.xmppsession with parameters of type AsyncCallbackModifier and TypeMethodDescriptionvoidSessionManager.SMPacketWriter.write(Packet packet, AsyncCallback callback) -
Uses of AsyncCallback in tigase.workgroupqueues.modules
Methods in tigase.workgroupqueues.modules with parameters of type AsyncCallbackModifier and TypeMethodDescriptionprotected voidAbstractModule.write(Packet packet, AsyncCallback callback) -
Uses of AsyncCallback in tigase.workgroupqueues.modules.muc
Methods in tigase.workgroupqueues.modules.muc with parameters of type AsyncCallbackModifier and TypeMethodDescriptionvoidMucControllerModule.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 AsyncCallbackModifier and TypeMethodDescriptionabstract voidActions.CallAsyncMethod.proxy(AsyncCallback callback)