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)