Uses of Class
tigase.server.Packet

Packages that use Packet
tigase.cluster   
tigase.conf   
tigase.disco   
tigase.server   
tigase.server.bosh   
tigase.server.gateways   
tigase.server.sreceiver   
tigase.server.sreceiver.sysmon   
tigase.server.ssender   
tigase.server.xmppclient   
tigase.server.xmppcomponent   
tigase.server.xmppserver   
tigase.server.xmppsession   
tigase.stats   
tigase.vhosts   
tigase.xmpp   
tigase.xmpp.impl   
tigase.xmpp.impl.roster   
tigase.xmpp.impl.xep0136   
 

Uses of Packet in tigase.cluster
 

Methods in tigase.cluster that return types with arguments of type Packet
 java.util.Queue<Packet> ClusterConnectionManager.processSocketData(XMPPIOService serv)
           
 

Methods in tigase.cluster with parameters of type Packet
 void ClusterElement.addDataPacket(Packet packet)
           
protected  java.lang.String ClusterConnectionManager.getServiceId(Packet packet)
           
protected  void SessionManagerClustered.processClusterPacket(Packet packet)
           
protected  void ServerConnectionClustered.processClusterPacket(Packet packet)
           
 void SessionManagerClustered.processPacket(Packet packet)
           
 void ServerConnectionClustered.processPacket(Packet packet)
           
 void ClusterConnectionManager.processPacket(Packet packet)
           
 void VirtualComponent.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 void ClusterController.processPacket(Packet packet, java.util.Queue<Packet> results)
           
protected  boolean SessionManagerClustered.sentToNextNode(Packet packet)
           
protected  void ClusterConnectionManager.writePacketToSocket(Packet p)
           
 

Method parameters in tigase.cluster with type arguments of type Packet
 void VirtualComponent.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 void ClusterController.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 

Constructors in tigase.cluster with parameters of type Packet
ClusterElement(java.lang.String from, java.lang.String to, StanzaType type, Packet packet)
           
 

Uses of Packet in tigase.conf
 

Methods in tigase.conf with parameters of type Packet
 void Configurator.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 java.lang.Object Configurator.setPropertyValue(java.lang.String key, java.lang.String val, Packet result_pack, boolean admin)
           
 

Method parameters in tigase.conf with type arguments of type Packet
 void Configurator.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 

Uses of Packet in tigase.disco
 

Methods in tigase.disco with parameters of type Packet
 void XMPPServiceCollector.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 

Method parameters in tigase.disco with type arguments of type Packet
 void XMPPServiceCollector.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 

Uses of Packet in tigase.server
 

Methods in tigase.server that return Packet
 Packet Packet.commandResult(java.lang.String cmd_type)
           
 Packet Packet.errorResult(java.lang.String errorType, java.lang.Integer errorCode, java.lang.String errorCondition, java.lang.String errorText, boolean includeOriginalXML)
           
static Packet Packet.getMessage(java.lang.String to, java.lang.String from, StanzaType type, java.lang.String body, java.lang.String subject, java.lang.String thread)
           
 Packet Command.getPacket(java.lang.String from, java.lang.String to, StanzaType type, java.lang.String id)
           
 Packet Command.getPacket(java.lang.String from, java.lang.String to, StanzaType type, java.lang.String id, java.lang.String data_type)
           
 Packet Packet.okResult(tigase.xml.Element includeXML, int originalXML)
           
 Packet Packet.okResult(java.lang.String includeXML, int originalXML)
           
 Packet Packet.packRouted()
           
 Packet Packet.swapElemFromTo()
           
 Packet Packet.swapElemFromTo(StanzaType type)
           
 Packet Packet.swapFromTo(tigase.xml.Element el)
           
 Packet Packet.unpackRouted()
           
 

Methods in tigase.server that return types with arguments of type Packet
abstract  java.util.Queue<Packet> ConnectionManager.processSocketData(IO serv)
           
 

Methods in tigase.server with parameters of type Packet
static void Command.addAction(Packet packet, Command.Action action)
           
static void Command.addFieldMultiValue(Packet packet, java.lang.String f_name, java.util.List<java.lang.String> f_value)
           
static void Command.addFieldValue(Packet packet, java.lang.String f_name, java.lang.String f_value)
           
static void Command.addFieldValue(Packet packet, java.lang.String f_name, java.lang.String[] f_values, java.lang.String label, java.lang.String[] labels, java.lang.String[] options)
           
static void Command.addFieldValue(Packet packet, java.lang.String f_name, java.lang.String f_value, java.lang.String type)
           
static void Command.addFieldValue(Packet packet, java.lang.String f_name, java.lang.String f_value, java.lang.String type, java.lang.String label)
           
static void Command.addFieldValue(Packet packet, java.lang.String f_name, java.lang.String f_value, java.lang.String label, java.lang.String[] labels, java.lang.String[] options)
           
static void Command.addFieldValue(Packet packet, java.lang.String f_name, java.lang.String f_value, java.lang.String label, java.lang.String[] labels, java.lang.String[] options, java.lang.String type)
           
static void Command.addNote(Packet packet, java.lang.String note)
           
protected  boolean AbstractMessageReceiver.addOutPacket(Packet packet)
           
protected  boolean AbstractMessageReceiver.addOutPacketNB(Packet packet)
          Non blocking version of addOutPacket.
 boolean MessageReceiver.addPacket(Packet packet)
          Describe addPacket method here.
 boolean AbstractMessageReceiver.addPacket(Packet packet)
           
 boolean MessageReceiver.addPacketNB(Packet packet)
           
 boolean AbstractMessageReceiver.addPacketNB(Packet packet)
           
static Command.Action Command.getAction(Packet packet)
           
static java.util.List<tigase.xml.Element> Command.getData(Packet packet)
           
static tigase.xml.Element Command.getData(Packet packet, java.lang.String el_name, java.lang.String xmlns)
           
static java.lang.String Command.getFieldValue(Packet packet, java.lang.String f_name)
           
static java.lang.String Command.getFieldValue(Packet packet, java.lang.String f_name, boolean debug)
           
static java.lang.String[] Command.getFieldValues(Packet packet, java.lang.String f_name)
           
protected  java.lang.String ConnectionManager.getServiceId(Packet packet)
           
protected  IO ConnectionManager.getXMPPIOService(Packet p)
           
 void MessageRouter.processPacket(Packet packet)
           
 void ConnectionManager.processPacket(Packet packet)
           
abstract  void AbstractMessageReceiver.processPacket(Packet packet)
           
 void ServerComponent.processPacket(Packet packet, java.util.Queue<Packet> results)
          processPacket is a blocking processing method implemented by all components.
 void AbstractMessageReceiver.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 void MessageRouter.processPacketMR(Packet packet, java.util.Queue<Packet> results)
           
static boolean Command.removeFieldValue(Packet packet, java.lang.String f_name)
           
static void Command.setData(Packet packet, tigase.xml.Element data)
           
static void Command.setData(Packet packet, java.util.List<tigase.xml.Element> data)
           
static void Command.setStatus(Packet packet, Command.Status status)
           
 boolean ConnectionManager.writePacketToSocket(IO ios, Packet p)
           
protected  void ConnectionManager.writePacketToSocket(Packet p)
           
protected  void ConnectionManager.writePacketToSocket(Packet p, java.lang.String serviceId)
           
 

Method parameters in tigase.server with type arguments of type Packet
protected  boolean AbstractMessageReceiver.addOutPackets(java.util.Queue<Packet> packets)
           
 boolean MessageReceiver.addPackets(java.util.Queue<Packet> packets)
          Describe addPackets method here.
 boolean AbstractMessageReceiver.addPackets(java.util.Queue<Packet> packets)
           
 void ServerComponent.processPacket(Packet packet, java.util.Queue<Packet> results)
          processPacket is a blocking processing method implemented by all components.
 void AbstractMessageReceiver.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 void MessageRouter.processPacketMR(Packet packet, java.util.Queue<Packet> results)
           
 void ConnectionManager.writePacketsToSocket(IO serv, java.util.Queue<Packet> packets)
           
 

Uses of Packet in tigase.server.bosh
 

Methods in tigase.server.bosh that return types with arguments of type Packet
 java.util.Queue<Packet> BoshConnectionManager.processSocketData(XMPPIOService srv)
           
 

Methods in tigase.server.bosh with parameters of type Packet
protected  java.lang.String BoshConnectionManager.changeDataReceiver(Packet packet, java.lang.String newAddress, java.lang.String command_sessionId, XMPPIOService serv)
           
protected  BoshSession BoshConnectionManager.getBoshSessionTo(Packet packet)
           
 void BoshSession.init(Packet packet, BoshIOService service, long max_wait, long min_polling, long max_inactivity, int concurrent_requests, int hold_requests, long max_pause, java.util.Queue<Packet> out_results)
           
protected  void BoshConnectionManager.processCommand(Packet packet)
           
 void BoshSession.processPacket(Packet packet, java.util.Queue<Packet> out_results)
           
 void BoshSession.processSocketPacket(Packet packet, BoshIOService service, java.util.Queue<Packet> out_results)
           
 void BoshIOService.sendErrorAndStop(Authorization errorCode, Packet packet, java.lang.String errorMsg)
           
protected  void BoshConnectionManager.writePacketToSocket(Packet packet)
           
 

Method parameters in tigase.server.bosh with type arguments of type Packet
 void BoshSession.init(Packet packet, BoshIOService service, long max_wait, long min_polling, long max_inactivity, int concurrent_requests, int hold_requests, long max_pause, java.util.Queue<Packet> out_results)
           
 void BoshSession.processPacket(Packet packet, java.util.Queue<Packet> out_results)
           
 void BoshSession.processSocketPacket(Packet packet, BoshIOService service, java.util.Queue<Packet> out_results)
           
 boolean BoshSession.task(java.util.Queue<Packet> out_results, java.util.TimerTask tt)
           
 

Uses of Packet in tigase.server.gateways
 

Methods in tigase.server.gateways with parameters of type Packet
 void GatewayListener.packetReceived(Packet packet)
          The packetReceived method is called when data packet has been received from the external network.
 void Gateway.packetReceived(Packet packet)
           
 void Gateway.processPacket(Packet packet)
           
 void GatewayConnection.sendMessage(Packet message)
          The sendMessage method is called to submit a message from the Jabber network to the externl network.
 

Uses of Packet in tigase.server.sreceiver
 

Methods in tigase.server.sreceiver that return Packet
static Packet TaskCommons.getMessage(java.lang.String to, java.lang.String from, StanzaType type, java.lang.String body)
           
static Packet TaskCommons.getPresence(java.lang.String to, java.lang.String from, StanzaType type)
           
static Packet TaskCommons.getPresence(java.lang.String to, java.lang.String from, StanzaType type, java.lang.String nick, java.lang.String status)
           
 

Methods in tigase.server.sreceiver with parameters of type Packet
 boolean StanzaReceiverIfc.addOutPacket(Packet packet)
           
 boolean StanzaReceiver.addOutPacket(Packet packet)
           
protected  boolean AbstractReceiverTask.addOutPacket(Packet packet)
           
 void TaskInstanceCommand.processCommand(Packet packet, Packet result, StanzaReceiver receiv)
          Describe processCommand method here.
 void TaskCommandIfc.processCommand(Packet packet, Packet result, StanzaReceiver reciv)
          Describe processCommand method here.
 void NewTaskCommand.processCommand(Packet packet, Packet result, StanzaReceiver receiv)
          Describe processCommand method here.
protected  void TesterTask.processMessage(Packet packet, java.util.Queue<Packet> results)
           
protected  void ShortNewsPublisher.processMessage(Packet packet, java.util.Queue<Packet> results)
           
protected  void AbstractReceiverTask.processMessage(Packet packet, java.util.Queue<Packet> results)
           
 void StanzaReceiver.processPacket(Packet packet)
          Describe processPacket method here.
 void ReceiverTaskIfc.processPacket(Packet packet, java.util.Queue<Packet> results)
          processPacket method takes a packet addressed to this task as a parameter and does something with the packet.
 void AbstractReceiverTask.processPacket(Packet packet, java.util.Queue<Packet> results)
          Describe processPacket method here.
static void TaskCommons.propertyItems2Command(java.util.Map<java.lang.String,PropertyItem> props, Packet result)
           
 

Method parameters in tigase.server.sreceiver with type arguments of type Packet
 void AbstractReceiverTask.addNewSubscribers(java.util.Queue<Packet> results, java.lang.String... new_subscr)
          Describe addNewSubscribers method here.
 void ShortNewsPublisher.destroy(java.util.Queue<Packet> results)
           
 void RepoRosterTask.destroy(java.util.Queue<Packet> results)
           
 void ReceiverTaskIfc.destroy(java.util.Queue<Packet> results)
          destroy method is called when the task is being permanently deleted.
 void AbstractReceiverTask.destroy(java.util.Queue<Packet> results)
           
 void ReceiverTaskIfc.init(java.util.Queue<Packet> results)
          init method initializes task.
 void AbstractReceiverTask.init(java.util.Queue<Packet> results)
           
protected  void TesterTask.processMessage(Packet packet, java.util.Queue<Packet> results)
           
protected  void ShortNewsPublisher.processMessage(Packet packet, java.util.Queue<Packet> results)
           
protected  void AbstractReceiverTask.processMessage(Packet packet, java.util.Queue<Packet> results)
           
 void ReceiverTaskIfc.processPacket(Packet packet, java.util.Queue<Packet> results)
          processPacket method takes a packet addressed to this task as a parameter and does something with the packet.
 void AbstractReceiverTask.processPacket(Packet packet, java.util.Queue<Packet> results)
          Describe processPacket method here.
 void ReceiverTaskIfc.removeSubscribers(java.util.Queue<Packet> results, java.lang.String... subscr)
           
 void AbstractReceiverTask.removeSubscribers(java.util.Queue<Packet> results, java.lang.String... subscr)
           
 

Uses of Packet in tigase.server.sreceiver.sysmon
 

Methods in tigase.server.sreceiver.sysmon with parameters of type Packet
protected  void SystemMonitorTask.processMessage(Packet packet, java.util.Queue<Packet> results)
           
protected  void SystemMonitorTask.sendPacketOut(Packet input)
           
 

Method parameters in tigase.server.sreceiver.sysmon with type arguments of type Packet
 void ResourceMonitorIfc.check10Secs(java.util.Queue<Packet> results)
           
 void CPUMonitor.check10Secs(java.util.Queue<Packet> results)
           
 void AbstractMonitor.check10Secs(java.util.Queue<Packet> results)
           
 void ResourceMonitorIfc.check1Day(java.util.Queue<Packet> results)
           
 void AbstractMonitor.check1Day(java.util.Queue<Packet> results)
           
 void ResourceMonitorIfc.check1Hour(java.util.Queue<Packet> results)
           
 void DiskMonitor.check1Hour(java.util.Queue<Packet> results)
           
 void AbstractMonitor.check1Hour(java.util.Queue<Packet> results)
           
 void ResourceMonitorIfc.check1Min(java.util.Queue<Packet> results)
           
 void DiskMonitor.check1Min(java.util.Queue<Packet> results)
           
 void AbstractMonitor.check1Min(java.util.Queue<Packet> results)
           
 void SystemMonitorTask.destroy(java.util.Queue<Packet> results)
           
 void SystemMonitorTask.init(java.util.Queue<Packet> results)
           
 void AbstractMonitor.prepareCalmDown(java.lang.String text, java.util.Queue<Packet> results, java.lang.Object warning)
           
 void AbstractMonitor.prepareWarning(java.lang.String text, java.util.Queue<Packet> results, java.lang.Object warning)
           
protected  void SystemMonitorTask.processMessage(Packet packet, java.util.Queue<Packet> results)
           
protected  void SystemMonitorTask.sendPacketsOut(java.util.Queue<Packet> input)
           
 

Uses of Packet in tigase.server.ssender
 

Methods in tigase.server.ssender that return types with arguments of type Packet
protected  java.util.Queue<Packet> DrupalForumTask.getNewPackets()
           
protected  java.util.Queue<Packet> DrupalCommentsTask.getNewPackets()
           
 

Methods in tigase.server.ssender with parameters of type Packet
 void StanzaSender.handleStanza(Packet stanza)
           
 void StanzaHandler.handleStanza(Packet stanza)
           
 void StanzaSender.processPacket(Packet packet)
          Describe processPacket method here.
 

Method parameters in tigase.server.ssender with type arguments of type Packet
 void StanzaSender.handleStanzas(java.util.Queue<Packet> results)
           
 void StanzaHandler.handleStanzas(java.util.Queue<Packet> results)
           
 

Uses of Packet in tigase.server.xmppclient
 

Methods in tigase.server.xmppclient that return types with arguments of type Packet
 java.util.Queue<Packet> ClientConnectionManager.processSocketData(XMPPIOService serv)
           
 

Methods in tigase.server.xmppclient with parameters of type Packet
protected  java.lang.String ClientConnectionManager.changeDataReceiver(Packet packet, java.lang.String newAddress, java.lang.String command_sessionId, XMPPIOService serv)
           
protected  void ClientConnectionManager.processCommand(Packet packet)
           
 void ClientConnectionManager.processPacket(Packet packet)
           
 

Uses of Packet in tigase.server.xmppcomponent
 

Methods in tigase.server.xmppcomponent that return types with arguments of type Packet
 java.util.Queue<Packet> ComponentConnectionManager.processSocketData(XMPPIOService serv)
           
 

Methods in tigase.server.xmppcomponent with parameters of type Packet
protected  java.lang.String ComponentConnectionManager.getServiceId(Packet packet)
           
 void ComponentConnectionManager.processPacket(Packet packet)
           
 

Uses of Packet in tigase.server.xmppserver
 

Methods in tigase.server.xmppserver that return types with arguments of type Packet
 java.util.Queue<Packet> ServerConnections.getWaitingPackets()
           
 java.util.Queue<Packet> ServerConnectionManagerOLD.processSocketData(XMPPIOService serv)
           
 java.util.Queue<Packet> ServerConnectionManager.processSocketData(XMPPIOService serv)
           
 

Methods in tigase.server.xmppserver with parameters of type Packet
 void ServerConnections.addControlPacket(Packet packet)
           
 void ServerConnections.addDataPacket(Packet packet)
           
 void ServerConnectionManager.processDialback(Packet packet, XMPPIOService serv)
           
 void ServerConnectionManagerOLD.processDialback(Packet packet, XMPPIOService serv, java.util.Queue<Packet> results)
           
 void ServerConnectionManagerOLD.processPacket(Packet packet)
           
 void ServerConnectionManager.processPacket(Packet packet)
           
 boolean ServerConnections.sendControlPacket(Packet packet)
           
 boolean ServerConnections.sendPacket(Packet packet)
          Describe sendPacket method here.
 boolean ServerConnectionManager.sendToIncoming(java.lang.String session_id, Packet packet)
           
 boolean ConnectionHandlerIfc.writePacketToSocket(XMPPIOService serv, Packet packet)
           
 

Method parameters in tigase.server.xmppserver with type arguments of type Packet
 void ServerConnectionManagerOLD.processDialback(Packet packet, XMPPIOService serv, java.util.Queue<Packet> results)
           
 void ConnectionHandlerIfc.writePacketsToSocket(XMPPIOService serv, java.util.Queue<Packet> packets)
           
 

Uses of Packet in tigase.server.xmppsession
 

Methods in tigase.server.xmppsession with parameters of type Packet
protected  boolean SessionManager.addOutPacket(Packet packet)
           
protected  boolean SessionManager.checkOutPacket(Packet packet)
           
protected  boolean SessionManager.fastAddOutPacket(Packet packet)
           
 boolean PacketFilter.forward(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
protected  XMPPResourceConnection SessionManager.getXMPPResourceConnection(Packet p)
           
protected  boolean SessionManager.isBrokenPacket(Packet p)
           
 boolean PacketFilter.preprocess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
 boolean PacketFilter.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
protected  boolean SessionManager.processAdminsOrDomains(Packet packet)
           
protected  boolean SessionManager.processCommand(Packet pc)
           
 void SessionManager.processPacket(Packet packet)
           
protected  void SessionManager.processPacket(Packet packet, XMPPResourceConnection conn)
           
protected  void SessionManager.sendToAdmins(Packet packet)
           
 

Method parameters in tigase.server.xmppsession with type arguments of type Packet
protected  boolean SessionManager.addOutPackets(java.util.Queue<Packet> packets)
           
 boolean PacketFilter.forward(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
 boolean PacketFilter.preprocess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
 boolean PacketFilter.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
 

Uses of Packet in tigase.stats
 

Methods in tigase.stats with parameters of type Packet
 void StatisticsCollector.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 

Method parameters in tigase.stats with type arguments of type Packet
 void StatisticsCollector.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 

Uses of Packet in tigase.vhosts
 

Methods in tigase.vhosts with parameters of type Packet
 void VHostManager.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 

Method parameters in tigase.vhosts with type arguments of type Packet
 void VHostManager.processPacket(Packet packet, java.util.Queue<Packet> results)
           
 

Uses of Packet in tigase.xmpp
 

Methods in tigase.xmpp that return Packet
 Packet Authorization.getResponseMessage(Packet p, java.lang.String text, boolean includeOriginalXML)
           
 

Methods in tigase.xmpp that return types with arguments of type Packet
 java.util.Queue<Packet> XMPPIOService.getReceivedPackets()
           
 

Methods in tigase.xmpp with parameters of type Packet
 void XMPPIOService.addPacketToSend(Packet packet)
          Method addPacketToSend adds new data which will be processed during next run.
 Packet Authorization.getResponseMessage(Packet p, java.lang.String text, boolean includeOriginalXML)
           
 void XMPPPostprocessorIfc.postProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
 boolean XMPPPreprocessorIfc.preProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
 void XMPPProcessorIfc.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 

Method parameters in tigase.xmpp with type arguments of type Packet
 void XMPPPostprocessorIfc.postProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
 boolean XMPPPreprocessorIfc.preProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
 void XMPPProcessorIfc.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void XMPPStopListenerIfc.stopped(XMPPResourceConnection session, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 

Uses of Packet in tigase.xmpp.impl
 

Methods in tigase.xmpp.impl that return types with arguments of type Packet
 java.util.Queue<Packet> OfflineMessages.restorePacketForOffLineUser(XMPPResourceConnection conn)
           
 

Methods in tigase.xmpp.impl with parameters of type Packet
protected static void Presence.forwardPresence(java.util.Queue<Packet> results, Packet packet, java.lang.String from)
           
 void OfflineMessages.postProcess(Packet packet, XMPPResourceConnection conn, NonAuthUserRepository repo, java.util.Queue<Packet> queue)
          Describe postProcess method here.
 boolean JabberIqPrivacy.preProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
          preProcess method checks only incoming stanzas so it doesn't check for presence-out at all.
 boolean JabberIqIq.preProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
 void VCardTemp.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          Describe process method here.
 void UrnXmppPing.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void StartTLS.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void SimpleForwarder.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          Describe process method here.
 void SessionBind.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void ServiceDiscovery.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void SaslAuth.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void RosterPresence.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
static void Presence.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void OfflineMessages.process(Packet packet, XMPPResourceConnection conn, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          Describe process method here.
 void Jingle.process(Packet packet, XMPPResourceConnection conn, NonAuthUserRepository nonAuthUserRepo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          Describe process method here.
 void JabberIqVersion.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqStats.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
static void JabberIqRoster.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqRegister.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqPrivate.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          Describe process method here.
 void JabberIqPrivacy.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqIq.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqCommand.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqAuth.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void BindResource.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 boolean OfflineMessages.savePacketForOffLineUser(Packet pac, NonAuthUserRepository repo)
           
 

Method parameters in tigase.xmpp.impl with type arguments of type Packet
protected static void Presence.forwardPresence(java.util.Queue<Packet> results, Packet packet, java.lang.String from)
           
 void OfflineMessages.postProcess(Packet packet, XMPPResourceConnection conn, NonAuthUserRepository repo, java.util.Queue<Packet> queue)
          Describe postProcess method here.
 boolean JabberIqPrivacy.preProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
          preProcess method checks only incoming stanzas so it doesn't check for presence-out at all.
 boolean JabberIqIq.preProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
           
 void VCardTemp.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          Describe process method here.
 void UrnXmppPing.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void StartTLS.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void SimpleForwarder.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          Describe process method here.
 void SessionBind.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void ServiceDiscovery.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void SaslAuth.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void RosterPresence.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
static void Presence.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void OfflineMessages.process(Packet packet, XMPPResourceConnection conn, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          Describe process method here.
 void Jingle.process(Packet packet, XMPPResourceConnection conn, NonAuthUserRepository nonAuthUserRepo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          Describe process method here.
 void JabberIqVersion.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqStats.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
static void JabberIqRoster.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqRegister.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqPrivate.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          Describe process method here.
 void JabberIqPrivacy.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqIq.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqCommand.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void JabberIqAuth.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 void BindResource.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
protected static void Presence.resendPendingInRequests(XMPPResourceConnection session, java.util.Queue<Packet> results)
           
protected static void Presence.sendPresence(StanzaType t, java.lang.String to, java.lang.String from, java.util.Queue<Packet> results, tigase.xml.Element pres)
           
protected static void Presence.sendPresenceBroadcast(StanzaType t, XMPPResourceConnection session, java.util.EnumSet<RosterAbstract.SubscriptionType> subscrs, java.util.Queue<Packet> results, tigase.xml.Element pres, java.util.Map<java.lang.String,java.lang.Object> settings)
          sendPresenceBroadcast method broadcasts given presence to all budies from roster and to all users to which direct presence was sent.
 void RosterPresence.stopped(XMPPResourceConnection session, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
static void Presence.stopped(XMPPResourceConnection session, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          stopped method is called when user disconnects or logs-out.
static void JabberIqRoster.stopped(XMPPResourceConnection session, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
          stopped method is called when user disconnects or logs-out.
protected static void Presence.updateOfflineChange(XMPPResourceConnection session, java.util.Queue<Packet> results)
          updateOfflineChange method broadcast off-line presence to all other user active resources.
protected static void Presence.updatePresenceChange(tigase.xml.Element presence, XMPPResourceConnection session, java.util.Queue<Packet> results)
          updatePresenceChange method is used to broadcast to all active resources presence stanza received from other users, like incoming avaiability presence, subscription presence and so on...
protected static void Presence.updateUserResources(tigase.xml.Element presence, XMPPResourceConnection session, java.util.Queue<Packet> results)
          updateUserResources method is used to broadcast to all other resources presence stanza from one user resource.
 

Uses of Packet in tigase.xmpp.impl.roster
 

Methods in tigase.xmpp.impl.roster with parameters of type Packet
 RosterAbstract.PresenceType RosterAbstract.getPresenceType(XMPPResourceConnection session, Packet packet)
           
 

Method parameters in tigase.xmpp.impl.roster with type arguments of type Packet
 void RosterAbstract.updateBuddyChange(XMPPResourceConnection session, java.util.Queue<Packet> results, tigase.xml.Element item)
           
 

Uses of Packet in tigase.xmpp.impl.xep0136
 

Methods in tigase.xmpp.impl.xep0136 with parameters of type Packet
 void MessageArchive.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 

Method parameters in tigase.xmpp.impl.xep0136 with type arguments of type Packet
 void MessageArchive.process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)
           
 



Copyright © 2008 Tigase. All Rights Reserved.