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 void
AbstractComponent.addOutPacket
(Packet packet, AsyncCallback asyncCallback) Deprecated.void
AbstractComponent.DefaultPacketWriter.write
(Packet packet, AsyncCallback callback) void
AbstractKernelBasedComponent.DefaultPacketWriter.write
(Packet packet, AsyncCallback callback) void
PacketWriter.write
(Packet packet, AsyncCallback callback) -
Uses of AsyncCallback in tigase.component.modules
Methods in tigase.component.modules with parameters of type AsyncCallbackModifier and TypeMethodDescriptionprotected void
AbstractModule.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 TypeMethodDescriptionvoid
SessionManager.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 void
AbstractModule.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 TypeMethodDescriptionvoid
MucControllerModule.addAgent
(Queue queue, Room room, Agent agent, AsyncCallback asyncCallback) void
MucControllerModule.addUser
(Queue queue, Room room, User user, AsyncCallback asyncCallback) void
MucControllerModule.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 void
Actions.CallAsyncMethod.proxy
(AsyncCallback callback)