|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Packet in tigase.cluster |
---|
Methods in tigase.cluster that return types with arguments of type Packet | |
---|---|
Queue<Packet> |
ClusterConnectionManager.processSocketData(XMPPIOService<Object> serv)
|
Methods in tigase.cluster with parameters of type Packet | |
---|---|
void |
ClusterElement.addDataPacket(Packet packet)
Method description |
protected String |
ClusterConnectionManager.getServiceId(Packet packet)
|
int |
ClusterConnectionManager.hashCodeForPacket(Packet packet)
This method can be overwritten in extending classes to get a different packets distribution to different threads. |
protected void |
SessionManagerClustered.processClusterPacket(Packet packet)
|
protected void |
ServerConnectionClustered.processClusterPacket(Packet packet)
|
void |
SessionManagerClustered.processPacket(Packet packet)
Method description |
void |
ServerConnectionClustered.processPacket(Packet packet)
Method description |
void |
ClusterConnectionManager.processPacket(Packet packet)
|
void |
ClusterController.processPacket(Packet packet,
Queue<Packet> results)
Method description |
void |
VirtualComponent.processPacket(Packet packet,
Queue<Packet> results)
Method description |
protected boolean |
SessionManagerClustered.sendToNextNode(Packet packet)
|
protected boolean |
ClusterConnectionManager.writePacketToSocket(Packet p)
|
Method parameters in tigase.cluster with type arguments of type Packet | |
---|---|
void |
ClusterController.processPacket(Packet packet,
Queue<Packet> results)
Method description |
void |
VirtualComponent.processPacket(Packet packet,
Queue<Packet> results)
Method description |
protected void |
SessionManagerClustered.updateUserResources(XMPPResourceConnection res_con,
Queue<Packet> results)
|
void |
ClusteringStrategyIfc.userDisconnected(tigase.xmpp.JID node,
Queue<Packet> results,
tigase.xmpp.JID jid)
This is a handler method which is called when a user disconnects from some node in the cluster. |
void |
ClusteringStrategyIfc.usersConnected(tigase.xmpp.JID node,
Queue<Packet> results,
tigase.xmpp.JID... jids)
This is a handler method which is called when a user connects to some node in the cluster. |
Constructors in tigase.cluster with parameters of type Packet | |
---|---|
ClusterElement(String from,
String to,
StanzaType type,
Packet packet)
Constructs ... |
Uses of Packet in tigase.cluster.strategy |
---|
Method parameters in tigase.cluster.strategy with type arguments of type Packet | |
---|---|
void |
SMNonCachingAllNodes.userDisconnected(tigase.xmpp.JID sm,
Queue<Packet> results,
tigase.xmpp.JID jid)
|
void |
SMNonCachingAllNodes.usersConnected(tigase.xmpp.JID sm,
Queue<Packet> results,
tigase.xmpp.JID... jid)
|
Uses of Packet in tigase.conf |
---|
Methods in tigase.conf with parameters of type Packet | |
---|---|
void |
ConfigItem.addCommandFields(Packet packet)
Method description |
void |
ConfigItem.initFromCommand(Packet packet)
Method description |
void |
ConfiguratorOld.processPacket(Packet packet,
Queue<Packet> results)
|
Object |
ConfiguratorOld.setPropertyValue(String key,
String val,
Packet result_pack,
boolean admin)
|
Method parameters in tigase.conf with type arguments of type Packet | |
---|---|
void |
ConfiguratorOld.processPacket(Packet packet,
Queue<Packet> results)
|
Uses of Packet in tigase.db |
---|
Methods in tigase.db with parameters of type Packet | |
---|---|
void |
RepositoryItem.addCommandFields(Packet packet)
The method is used for handling ad-hoc commands. |
void |
RepositoryItem.initFromCommand(Packet packet)
The method used for handling ad-hoc commands. |
Uses of Packet in tigase.disco |
---|
Methods in tigase.disco with parameters of type Packet | |
---|---|
void |
XMPPServiceCollector.processPacket(Packet packet,
Queue<Packet> results)
|
Method parameters in tigase.disco with type arguments of type Packet | |
---|---|
void |
XMPPServiceCollector.processPacket(Packet packet,
Queue<Packet> results)
|
Uses of Packet in tigase.server |
---|
Subclasses of Packet in tigase.server | |
---|---|
class |
Iq
Created: Dec 31, 2009 8:43:21 PM |
class |
Message
Created: Dec 31, 2009 8:38:38 PM |
class |
Presence
Created: Dec 31, 2009 8:42:05 PM |
Methods in tigase.server that return Packet | |
---|---|
Packet |
Iq.commandResult(Command.DataType cmd_type)
Method description |
static Packet |
Iq.commandResultForm(Iq packet)
Method description |
static Packet |
Iq.commandResultResult(Iq packet)
Method description |
Packet |
Packet.copyElementOnly()
copyElementOnly method creates a copy of the packet with stanza
information copied only. |
Packet |
Packet.errorResult(String errorType,
Integer errorCode,
String errorCondition,
String errorText,
boolean includeOriginalXML)
Method returns a modified copy of the Packet with its stanza as
stanza error used for reporting errors. |
Packet |
PacketFilterIfc.filter(Packet packet)
This is the actual packet filtering method. |
static Packet |
Message.getMessage(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
String body,
String subject,
String thread,
String id)
Creates a packet with message stanza. |
Packet |
Command.getPacket(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
String id)
|
Packet |
Command.getPacket(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
String id,
Command.DataType data_type)
|
Packet |
Packet.okResult(tigase.xml.Element includeXML,
int originalXML)
Method returns a modified copy of the Packet with its stanza as
stanza result used for reporting IQ stanza results. |
Packet |
Packet.okResult(String includeXML,
int originalXML)
Method returns a modified copy of the Packet with its stanza as
stanza result used for reporting IQ stanza results. |
static Packet |
Packet.packetInstance(tigase.xml.Element elem)
The method returns Packet instance. |
static Packet |
Packet.packetInstance(tigase.xml.Element elem,
tigase.xmpp.JID stanzaFrom,
tigase.xmpp.JID stanzaTo)
The method returns Packet instance. |
static Packet |
Packet.packetInstance(String el_name,
String from,
String to,
StanzaType type)
The method creates XML stanza from given parameters and returns Packet instance for this XML stanza. |
Packet |
Packet.packRouted()
Returns a new Packet instance with stanza routed
which means an original stanza has been enclosed inside a route
XML element which contains additional information taken from
Packet packet instance internal attributes. |
Packet |
Packet.swapElemFromTo()
Deprecated. Use swapStanzaFromTo() instead. |
Packet |
Packet.swapElemFromTo(StanzaType type)
Deprecated. Use swapStanzaFromTo() instead. |
Packet |
Packet.swapFromTo()
Creates a new Packet instance with swapped packet source and
destination addresses. |
Packet |
Packet.swapFromTo(tigase.xml.Element el,
tigase.xmpp.JID stanzaFrom,
tigase.xmpp.JID stanzaTo)
The method creates a new instance of the Packet class with the
packet source and destination addresses swapped and sets the given stanza
element plus source and destination addresses for the new stanza. |
Packet |
Packet.swapStanzaFromTo()
The method creates a new Packet instance with a stanza copy
with swapped source and destination addresses. |
Packet |
Packet.swapStanzaFromTo(StanzaType type)
The method creates a new Packet instance with a stanza copy
with swapped source and destination addresses and the given type set. |
Packet |
Packet.unpackRouted()
The method unpacks the original packet and stanza from route
stanza. |
Methods in tigase.server that return types with arguments of type Packet | |
---|---|
abstract Queue<Packet> |
ConnectionManager.processSocketData(IO serv)
Method description |
Methods in tigase.server with parameters of type Packet | |
---|---|
static void |
Command.addAction(Packet packet,
Command.Action action)
|
static void |
Command.addCheckBoxField(Packet packet,
String f_name,
boolean f_value)
|
static void |
Command.addFieldMultiValue(Packet packet,
String f_name,
List<String> f_value)
A simple method for adding a multi-line (text-multi) data field to the command data form. |
static void |
Command.addFieldValue(Packet packet,
String f_name,
String f_value)
Simple method for adding a new field to the command data form. |
static void |
Command.addFieldValue(Packet packet,
String f_name,
String[] f_values,
String label,
String[] labels,
String[] options)
This method allows to add a new multi-option-select-many data field to the command data form. |
static void |
Command.addFieldValue(Packet packet,
String f_name,
String f_value,
String type)
|
static void |
Command.addFieldValue(Packet packet,
String f_name,
String f_value,
String type,
String label)
|
static void |
Command.addFieldValue(Packet packet,
String f_name,
String f_value,
String label,
String[] labels,
String[] options)
This method allows to add a new multi-option-select-one data field to the command data form. |
static void |
Command.addFieldValue(Packet packet,
String f_name,
String f_value,
String label,
String[] labels,
String[] options,
String type)
|
static void |
Command.addHiddenField(Packet packet,
String f_name,
String f_value)
|
static void |
Command.addInstructions(Packet packet,
String instructions)
|
static void |
Command.addNote(Packet packet,
String note)
|
protected boolean |
AbstractMessageReceiver.addOutPacket(Packet packet)
|
protected boolean |
AbstractMessageReceiver.addOutPacketNB(Packet packet)
Non blocking version of addOutPacket . |
protected boolean |
AbstractMessageReceiver.addOutPacketWithTimeout(Packet packet,
ReceiverTimeoutHandler handler,
long delay,
TimeUnit unit)
|
boolean |
MessageReceiver.addPacket(Packet packet)
Describe addPacket method here. |
boolean |
AbstractMessageReceiver.addPacket(Packet packet)
Method adds a Packet object to the internal input queue. |
boolean |
MessageReceiver.addPacketNB(Packet packet)
|
boolean |
AbstractMessageReceiver.addPacketNB(Packet packet)
This is a variant of addPacket(Packet) method which adds
Packet to in the internal input queue without blocking.
The method returns a boolean value of true if the packet
has been successfuly added to the queue and false otherwise.
Use of the non-blocking methods is not recommended for most of the components
implementations. |
static void |
Command.addTextField(Packet packet,
String f_name,
String f_value)
|
static void |
Command.addTitle(Packet packet,
String title)
|
Packet |
PacketFilterIfc.filter(Packet packet)
This is the actual packet filtering method. |
static Command.Action |
Command.getAction(Packet packet)
|
static boolean |
Command.getCheckBoxFieldValue(Packet packet,
String f_name)
|
static List<tigase.xml.Element> |
Command.getData(Packet packet)
|
static tigase.xml.Element |
Command.getData(Packet packet,
String el_name,
String xmlns)
|
static String |
Command.getFieldValue(Packet packet,
String f_name)
|
static String |
Command.getFieldValue(Packet packet,
String f_name,
boolean debug)
|
static String[] |
Command.getFieldValues(Packet packet,
String f_name)
|
protected String |
ConnectionManager.getServiceId(Packet packet)
|
protected IO |
ConnectionManager.getXMPPIOService(Packet p)
|
int |
AbstractMessageReceiver.hashCodeForPacket(Packet packet)
This method decides how incoming packets are distributed among processing threads. |
abstract void |
AbstractMessageReceiver.processPacket(Packet packet)
This is the main Packet processing method. |
void |
ConnectionManager.processPacket(Packet packet)
Method description |
void |
MessageRouter.processPacket(Packet packet)
Method description |
void |
ServerComponent.processPacket(Packet packet,
Queue<Packet> results)
processPacket is a blocking processing method implemented
by all components. |
void |
AbstractMessageReceiver.processPacket(Packet packet,
Queue<Packet> results)
Method description |
void |
BasicComponent.processPacket(Packet packet,
Queue<Packet> results)
Method description |
void |
MessageRouter.processPacketMR(Packet packet,
Queue<Packet> results)
Method description |
protected boolean |
BasicComponent.processScriptCommand(Packet pc,
Queue<Packet> results)
|
static boolean |
Command.removeFieldValue(Packet packet,
String f_name)
|
void |
ReceiverTimeoutHandler.responseReceived(Packet data,
Packet response)
|
static void |
Command.setData(Packet packet,
tigase.xml.Element data)
|
static void |
Command.setData(Packet packet,
List<tigase.xml.Element> data)
|
static void |
Command.setStatus(Packet packet,
Command.Status status)
|
void |
ReceiverTimeoutHandler.timeOutExpired(Packet data)
|
boolean |
ConnectionManager.writePacketToSocket(IO ios,
Packet p)
Method description |
protected boolean |
ConnectionManager.writePacketToSocket(Packet p)
|
protected boolean |
ConnectionManager.writePacketToSocket(Packet p,
String serviceId)
|
Method parameters in tigase.server with type arguments of type Packet | |
---|---|
protected boolean |
AbstractMessageReceiver.addOutPackets(Queue<Packet> packets)
|
boolean |
MessageReceiver.addPackets(Queue<Packet> packets)
Describe addPackets method here. |
boolean |
AbstractMessageReceiver.addPackets(Queue<Packet> packets)
This is a convenience method for adding all packets stored in given queue to the component's internal input queue. The method calls addPacket(Packet) in a loop for each packet in the queue. |
void |
ServerComponent.processPacket(Packet packet,
Queue<Packet> results)
processPacket is a blocking processing method implemented
by all components. |
void |
AbstractMessageReceiver.processPacket(Packet packet,
Queue<Packet> results)
Method description |
void |
BasicComponent.processPacket(Packet packet,
Queue<Packet> results)
Method description |
void |
MessageRouter.processPacketMR(Packet packet,
Queue<Packet> results)
Method description |
protected boolean |
BasicComponent.processScriptCommand(Packet pc,
Queue<Packet> results)
|
void |
ConnectionManager.writePacketsToSocket(IO serv,
Queue<Packet> packets)
Method description |
Uses of Packet in tigase.server.bosh |
---|
Methods in tigase.server.bosh that return types with arguments of type Packet | |
---|---|
Queue<Packet> |
BoshConnectionManager.processSocketData(XMPPIOService<Object> srv)
Method description |
Methods in tigase.server.bosh with parameters of type Packet | |
---|---|
boolean |
BoshConnectionManager.addOutStreamClosed(Packet packet,
BoshSession bs)
Method description |
boolean |
BoshSessionTaskHandler.addOutStreamClosed(Packet packet,
BoshSession bs)
|
boolean |
BoshConnectionManager.addOutStreamOpen(Packet packet,
BoshSession bs)
|
boolean |
BoshSessionTaskHandler.addOutStreamOpen(Packet packet,
BoshSession bs)
|
protected tigase.xmpp.JID |
BoshConnectionManager.changeDataReceiver(Packet packet,
tigase.xmpp.JID newAddress,
String command_sessionId,
XMPPIOService<Object> serv)
|
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,
Queue<Packet> out_results)
|
protected void |
BoshConnectionManager.processCommand(Packet packet)
|
void |
BoshSession.processPacket(Packet packet,
Queue<Packet> out_results)
|
void |
BoshSession.processSocketPacket(Packet packet,
BoshIOService service,
Queue<Packet> out_results)
|
void |
BoshIOService.sendErrorAndStop(Authorization errorCode,
Packet packet,
String errorMsg)
|
protected boolean |
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,
Queue<Packet> out_results)
|
void |
BoshSession.processPacket(Packet packet,
Queue<Packet> out_results)
|
void |
BoshSession.processSocketPacket(Packet packet,
BoshIOService service,
Queue<Packet> out_results)
|
boolean |
BoshSession.task(Queue<Packet> out_results,
TimerTask tt)
|
Uses of Packet in tigase.server.ext |
---|
Methods in tigase.server.ext that return types with arguments of type Packet | |
---|---|
Queue<Packet> |
ComponentProtocol.processSocketData(XMPPIOService<List<ComponentConnection>> serv)
Method description |
Methods in tigase.server.ext with parameters of type Packet | |
---|---|
void |
CompRepoItem.addCommandFields(Packet packet)
|
void |
ComponentProtocol.authenticationFailed(XMPPIOService<List<ComponentConnection>> serv,
Packet packet)
Method description |
void |
ComponentProtocolHandler.authenticationFailed(XMPPIOService<List<ComponentConnection>> serv,
Packet packet)
|
protected XMPPIOService<List<ComponentConnection>> |
ComponentProtocol.getXMPPIOService(Packet p)
|
int |
ComponentProtocol.hashCodeForPacket(Packet packet)
This method can be overwritten in extending classes to get a different packets distribution to different threads. |
void |
CompRepoItem.initFromCommand(Packet packet)
|
boolean |
ExtProcessor.process(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
void |
ExtProcessor.startProcessing(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
boolean |
ComponentProtocol.writePacketToSocket(XMPPIOService<List<ComponentConnection>> ios,
Packet p)
Method description |
Method parameters in tigase.server.ext with type arguments of type Packet | |
---|---|
boolean |
ExtProcessor.process(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
void |
ExtProcessor.startProcessing(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
Uses of Packet in tigase.server.ext.handlers |
---|
Uses of Packet in tigase.server.filters |
---|
Methods in tigase.server.filters that return Packet | |
---|---|
Packet |
PacketCounter.filter(Packet packet)
|
Methods in tigase.server.filters with parameters of type Packet | |
---|---|
Packet |
PacketCounter.filter(Packet packet)
|
Uses of Packet in tigase.server.gateways |
---|
Methods in tigase.server.gateways with parameters of type Packet | |
---|---|
void |
Gateway.packetReceived(Packet packet)
Method description |
void |
GatewayListener.packetReceived(Packet packet)
The packetReceived method is called when data packet has
been received from the external network. |
void |
Gateway.processPacket(Packet packet)
Method description |
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.script |
---|
Method parameters in tigase.server.script with type arguments of type Packet | |
---|---|
void |
RemoveScriptCommand.runCommand(Iq packet,
javax.script.Bindings binds,
Queue<Packet> results)
|
void |
AddScriptCommand.runCommand(Iq packet,
javax.script.Bindings binds,
Queue<Packet> results)
|
void |
CommandIfc.runCommand(Iq packet,
javax.script.Bindings binds,
Queue<Packet> results)
|
void |
Script.runCommand(Iq packet,
javax.script.Bindings binds,
Queue<Packet> results)
|
Uses of Packet in tigase.server.sreceiver |
---|
Methods in tigase.server.sreceiver that return Packet | |
---|---|
static Packet |
TaskCommons.getMessage(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
String body)
|
static Packet |
TaskCommons.getPresence(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type)
|
static Packet |
TaskCommons.getPresence(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
String nick,
String status)
|
Methods in tigase.server.sreceiver with parameters of type Packet | |
---|---|
boolean |
StanzaReceiverIfc.addOutPacket(Packet packet)
|
protected boolean |
AbstractReceiverTask.addOutPacket(Packet packet)
|
protected boolean |
PubSubTestsTask.addOutPacket(Packet packet)
|
boolean |
StanzaReceiver.addOutPacket(Packet packet)
Method description |
void |
NewTaskCommand.processCommand(Packet packet,
Packet result,
StanzaReceiver receiv)
Describe processCommand method here. |
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. |
protected void |
ShortNewsPublisher.processMessage(Packet packet,
Queue<Packet> results)
|
protected void |
AbstractReceiverTask.processMessage(Packet packet,
Queue<Packet> results)
|
protected void |
TesterTask.processMessage(Packet packet,
Queue<Packet> results)
|
protected void |
PubSubTestsTask.processMessage(Packet packet,
Queue<Packet> results)
|
void |
StanzaReceiver.processPacket(Packet packet)
Describe processPacket method here. |
void |
AbstractReceiverTask.processPacket(Packet packet,
Queue<Packet> results)
Describe processPacket method here. |
void |
ReceiverTaskIfc.processPacket(Packet packet,
Queue<Packet> results)
processPacket method takes a packet addressed to this task
as a parameter and does something with the packet. |
static void |
TaskCommons.propertyItems2Command(Map<String,PropertyItem> props,
Packet result)
|
Method parameters in tigase.server.sreceiver with type arguments of type Packet | |
---|---|
void |
AbstractReceiverTask.addNewSubscribers(Queue<Packet> results,
tigase.xmpp.JID... new_subscr)
Describe addNewSubscribers method here. |
void |
ShortNewsPublisher.destroy(Queue<Packet> results)
Method description |
void |
AbstractReceiverTask.destroy(Queue<Packet> results)
Method description |
void |
ReceiverTaskIfc.destroy(Queue<Packet> results)
destroy method is called when the task is being permanently
deleted. |
void |
RepoRosterTask.destroy(Queue<Packet> results)
Method description |
void |
AbstractReceiverTask.init(Queue<Packet> results)
Method description |
void |
ReceiverTaskIfc.init(Queue<Packet> results)
init method initializes task. |
protected void |
ShortNewsPublisher.processMessage(Packet packet,
Queue<Packet> results)
|
protected void |
AbstractReceiverTask.processMessage(Packet packet,
Queue<Packet> results)
|
protected void |
TesterTask.processMessage(Packet packet,
Queue<Packet> results)
|
protected void |
PubSubTestsTask.processMessage(Packet packet,
Queue<Packet> results)
|
void |
AbstractReceiverTask.processPacket(Packet packet,
Queue<Packet> results)
Describe processPacket method here. |
void |
ReceiverTaskIfc.processPacket(Packet packet,
Queue<Packet> results)
processPacket method takes a packet addressed to this task
as a parameter and does something with the packet. |
void |
AbstractReceiverTask.removeSubscribers(Queue<Packet> results,
tigase.xmpp.JID... subscr)
Method description |
void |
ReceiverTaskIfc.removeSubscribers(Queue<Packet> results,
tigase.xmpp.JID... 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,
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(Queue<Packet> results)
|
void |
AbstractMonitor.check10Secs(Queue<Packet> results)
|
void |
N270Monitor.check10Secs(Queue<Packet> results)
|
void |
CPUMonitor.check10Secs(Queue<Packet> results)
|
void |
ResourceMonitorIfc.check1Day(Queue<Packet> results)
|
void |
AbstractMonitor.check1Day(Queue<Packet> results)
|
void |
ResourceMonitorIfc.check1Hour(Queue<Packet> results)
|
void |
AbstractMonitor.check1Hour(Queue<Packet> results)
|
void |
DiskMonitor.check1Hour(Queue<Packet> results)
|
void |
ResourceMonitorIfc.check1Min(Queue<Packet> results)
|
void |
MemMonitor.check1Min(Queue<Packet> results)
|
void |
AbstractMonitor.check1Min(Queue<Packet> results)
|
void |
DiskMonitor.check1Min(Queue<Packet> results)
|
void |
SystemMonitorTask.destroy(Queue<Packet> results)
Method description |
void |
SystemMonitorTask.init(Queue<Packet> results)
Method description |
void |
AbstractMonitor.prepareCalmDown(String text,
Queue<Packet> results,
Object warning)
|
void |
AbstractMonitor.prepareWarning(String text,
Queue<Packet> results,
Object warning)
|
protected void |
SystemMonitorTask.processMessage(Packet packet,
Queue<Packet> results)
|
protected void |
SystemMonitorTask.sendPacketsOut(Queue<Packet> input)
|
Uses of Packet in tigase.server.ssender |
---|
Methods in tigase.server.ssender that return types with arguments of type Packet | |
---|---|
protected Queue<Packet> |
DrupalForumTask.getNewPackets()
|
protected 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(Queue<Packet> results)
|
void |
StanzaHandler.handleStanzas(Queue<Packet> results)
|
Uses of Packet in tigase.server.test |
---|
Methods in tigase.server.test with parameters of type Packet | |
---|---|
int |
TestComponent.hashCodeForPacket(Packet packet)
Method description |
void |
TestComponent.processPacket(Packet packet)
Method description |
Uses of Packet in tigase.server.xmppclient |
---|
Methods in tigase.server.xmppclient that return types with arguments of type Packet | |
---|---|
Queue<Packet> |
ClientConnectionManager.processSocketData(XMPPIOService<Object> serv)
Method description |
Methods in tigase.server.xmppclient with parameters of type Packet | |
---|---|
protected tigase.xmpp.JID |
ClientConnectionManager.changeDataReceiver(Packet packet,
tigase.xmpp.JID newAddress,
String command_sessionId,
XMPPIOService<Object> serv)
|
int |
ClientConnectionManager.hashCodeForPacket(Packet packet)
This method can be overwritten in extending classes to get a different packets distribution to different threads. |
protected void |
ClientConnectionManager.processCommand(Packet packet)
|
void |
ClientConnectionManager.processPacket(Packet packet)
Method description |
Uses of Packet in tigase.server.xmppcomponent |
---|
Methods in tigase.server.xmppcomponent that return types with arguments of type Packet | |
---|---|
Queue<Packet> |
ComponentConnectionManager.processSocketData(XMPPIOService<Object> serv)
|
Methods in tigase.server.xmppcomponent with parameters of type Packet | |
---|---|
protected 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 | |
---|---|
Queue<Packet> |
ServerConnections.getWaitingPackets()
Method description |
Queue<Packet> |
ServerConnectionManager.processSocketData(XMPPIOService<Object> serv)
Method description |
Methods in tigase.server.xmppserver with parameters of type Packet | |
---|---|
void |
ServerConnections.addControlPacket(Packet packet)
Method description |
void |
ServerConnections.addDataPacket(Packet packet)
Method description |
int |
ServerConnectionManager.hashCodeForPacket(Packet packet)
Method description |
void |
ServerConnectionManager.processDialback(Packet packet,
XMPPIOService<Object> serv)
Method description |
void |
ServerConnectionManager.processPacket(Packet packet)
Method description |
boolean |
ServerConnections.sendControlPacket(Packet packet)
Method description |
boolean |
ServerConnections.sendPacket(Packet packet)
Describe sendPacket method here. |
boolean |
ServerConnectionManager.sendToIncoming(String session_id,
Packet packet)
Method description |
boolean |
ConnectionHandlerIfc.writePacketToSocket(IO serv,
Packet packet)
|
Method parameters in tigase.server.xmppserver with type arguments of type Packet | |
---|---|
void |
ConnectionHandlerIfc.writePacketsToSocket(IO serv,
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 void |
SessionManager.addOutPackets(Packet packet,
XMPPResourceConnection conn,
Queue<Packet> results)
|
protected boolean |
SessionManager.fastAddOutPacket(Packet packet)
|
boolean |
PacketFilter.forward(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
protected XMPPResourceConnection |
SessionManager.getXMPPResourceConnection(Packet p)
|
protected boolean |
SessionManager.isBrokenPacket(Packet p)
|
boolean |
PacketFilter.preprocess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
boolean |
PacketFilter.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
protected boolean |
SessionManager.processAdminsOrDomains(Packet packet)
|
protected boolean |
SessionManager.processCommand(Packet pc)
|
void |
SessionManager.processPacket(Packet packet)
Method description |
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 void |
SessionManager.addOutPackets(Packet packet,
XMPPResourceConnection conn,
Queue<Packet> results)
|
boolean |
PacketFilter.forward(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
boolean |
PacketFilter.preprocess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
boolean |
PacketFilter.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
Uses of Packet in tigase.stats |
---|
Methods in tigase.stats with parameters of type Packet | |
---|---|
void |
StatisticsCollector.processPacket(Packet packet,
Queue<Packet> results)
Method description |
Method parameters in tigase.stats with type arguments of type Packet | |
---|---|
void |
StatisticsCollector.processPacket(Packet packet,
Queue<Packet> results)
Method description |
Uses of Packet in tigase.util |
---|
Fields in tigase.util declared as Packet | |
---|---|
Packet |
QueueItem.packet
|
Methods in tigase.util with parameters of type Packet | |
---|---|
boolean |
ProcessingThreads.addItem(Packet packet,
XMPPResourceConnection conn)
Method description |
Uses of Packet in tigase.util.tracer |
---|
Methods in tigase.util.tracer with parameters of type Packet | |
---|---|
boolean |
TigaseTracer.trace(String ip,
String to_jid,
String from_jid,
String cid,
String id,
String point,
String msg,
Packet packet)
|
boolean |
TigaseTracer.traceByCid(String cid,
String point,
String msg,
Packet packet)
|
boolean |
TigaseTracer.traceByFromJid(String jid,
String point,
String msg,
Packet packet)
|
boolean |
TigaseTracer.traceByToJid(String jid,
String point,
String msg,
Packet packet)
|
boolean |
TigaseTracer.tracegByIP(String ip,
String point,
String msg,
Packet packet)
|
Uses of Packet in tigase.vhosts |
---|
Methods in tigase.vhosts with parameters of type Packet | |
---|---|
void |
VHostItem.addCommandFields(Packet packet)
|
void |
VHostItem.initFromCommand(Packet packet)
|
void |
VHostManager.processPacket(Packet packet,
Queue<Packet> results)
Method description |
Method parameters in tigase.vhosts with type arguments of type Packet | |
---|---|
void |
VHostManager.processPacket(Packet packet,
Queue<Packet> results)
Method description |
Uses of Packet in tigase.xmpp |
---|
Methods in tigase.xmpp that return Packet | |
---|---|
Packet |
Authorization.getResponseMessage(Packet packet,
String text,
boolean includeOriginalXML)
Utility method for generating an error response for a stanza (enclosed by the given Packet ). |
Methods in tigase.xmpp that return types with arguments of type Packet | |
---|---|
Queue<Packet> |
XMPPIOService.getReceivedPackets()
Method description |
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. |
protected void |
XMPPIOService.addReceivedPacket(Packet packet)
Method addReceivedPacket puts processing results to queue. |
void |
XMPPPacketFilterIfc.filter(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
|
Packet |
Authorization.getResponseMessage(Packet packet,
String text,
boolean includeOriginalXML)
Utility method for generating an error response for a stanza (enclosed by the given Packet ). |
void |
XMPPPostprocessorIfc.postProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
|
boolean |
XMPPPreprocessorIfc.preProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
|
void |
XMPPProcessorIfc.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
|
void |
XMPPProcessorAbstract.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
XMPPProcessorAbstract.processFromUserOutPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
The method is called when a packet is sent from the user, owner of the session somewhere else to other XMPP entity (other user on the server, other user on a different server, different server, component, transport, etc....). |
void |
XMPPProcessorAbstract.processFromUserPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
The method is called for all packets sent by the user, owner of this connection/session. |
abstract void |
XMPPProcessorAbstract.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
The method is called when a packet is send from the user who is owner of the session to the local server (ping, roster management, privacy lists, etc...). |
void |
XMPPProcessorAbstract.processNullSessionPacket(Packet packet,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
The method is called for packets received by the server for which no user session is found - neither sender session or receiver session. |
abstract void |
XMPPProcessorAbstract.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
The method is called when a packet addressed to the server domain is received. |
void |
XMPPProcessorAbstract.processToUserPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method is called for all the packets sent TO the user - owner of the session. |
Method parameters in tigase.xmpp with type arguments of type Packet | |
---|---|
void |
XMPPPacketFilterIfc.filter(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
|
void |
XMPPPostprocessorIfc.postProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
|
boolean |
XMPPPreprocessorIfc.preProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
|
void |
XMPPProcessorIfc.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
|
void |
XMPPProcessorAbstract.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
XMPPProcessorAbstract.processFromUserOutPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
The method is called when a packet is sent from the user, owner of the session somewhere else to other XMPP entity (other user on the server, other user on a different server, different server, component, transport, etc....). |
void |
XMPPProcessorAbstract.processFromUserPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
The method is called for all packets sent by the user, owner of this connection/session. |
abstract void |
XMPPProcessorAbstract.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
The method is called when a packet is send from the user who is owner of the session to the local server (ping, roster management, privacy lists, etc...). |
void |
XMPPProcessorAbstract.processNullSessionPacket(Packet packet,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
The method is called for packets received by the server for which no user session is found - neither sender session or receiver session. |
abstract void |
XMPPProcessorAbstract.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
The method is called when a packet addressed to the server domain is received. |
void |
XMPPProcessorAbstract.processToUserPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method is called for all the packets sent TO the user - owner of the session. |
void |
XMPPStopListenerIfc.stopped(XMPPResourceConnection session,
Queue<Packet> results,
Map<String,Object> settings)
|
Uses of Packet in tigase.xmpp.impl |
---|
Methods in tigase.xmpp.impl that return types with arguments of type Packet | |
---|---|
Queue<Packet> |
OfflineMessages.restorePacketForOffLineUser(XMPPResourceConnection conn)
|
Methods in tigase.xmpp.impl with parameters of type Packet | |
---|---|
void |
JabberIqPrivacy.filter(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
void |
DomainFilter.filter(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
protected static void |
Presence.forwardPresence(Queue<Packet> results,
Packet packet,
tigase.xmpp.JID from)
|
protected static void |
Presence.outInitialAnonymous(Packet packet,
XMPPResourceConnection session,
Queue<Packet> results)
|
void |
OfflineMessages.postProcess(Packet packet,
XMPPResourceConnection conn,
NonAuthUserRepository repo,
Queue<Packet> queue)
Describe postProcess method here. |
boolean |
JabberIqIq.preProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
boolean |
JabberIqPrivacy.preProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
preProcess method checks only incoming stanzas
so it doesn't check for presence-out at all. |
boolean |
DomainFilter.preProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
void |
Jingle.process(Packet packet,
XMPPResourceConnection conn,
NonAuthUserRepository nonAuthUserRepo,
Queue<Packet> results,
Map<String,Object> settings)
Describe process method here. |
void |
SaslAuth.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
|
void |
JabberIqStats.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
StartZLib.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
|
void |
BindResource.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
static void |
Presence.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqPrivate.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Describe process method here. |
void |
SessionBind.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqIq.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqAuth.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
|
void |
SimpleForwarder.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Describe process method here. |
void |
OfflineMessages.process(Packet packet,
XMPPResourceConnection conn,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Describe process method here. |
void |
JabberIqPrivacy.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqCommand.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
RosterPresence.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqRegister.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
StartTLS.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
MessageAll.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
static void |
JabberIqRoster.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
Message.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
UrnXmppPing.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqVersion.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
VCardTemp.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
ServiceDiscovery.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
PepPlugin.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
UrnXmppPing.processNullSessionPacket(Packet packet,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
VCardTemp.processNullSessionPacket(Packet packet,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
ServiceDiscovery.processNullSessionPacket(Packet packet,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
PepPlugin.processNullSessionPacket(Packet packet,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
UrnXmppPing.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqVersion.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
VCardTemp.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
ServiceDiscovery.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
PepPlugin.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
VCardTemp.processToUserPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
boolean |
OfflineMessages.savePacketForOffLineUser(Packet pac,
NonAuthUserRepository repo)
|
static void |
Presence.updatePresenceChange(Packet presence,
XMPPResourceConnection session,
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... |
Method parameters in tigase.xmpp.impl with type arguments of type Packet | |
---|---|
protected static void |
Presence.broadcastDirectPresences(StanzaType t,
XMPPResourceConnection session,
Queue<Packet> results,
tigase.xml.Element pres)
|
protected static void |
Presence.broadcastOffline(XMPPResourceConnection session,
Queue<Packet> results,
Map<String,Object> settings)
sendPresenceBroadcast method broadcasts given presence
to all budies from roster and to all users to which direct presence
was sent. |
static void |
Presence.broadcastProbe(XMPPResourceConnection session,
Queue<Packet> results,
Map<String,Object> settings)
sendPresenceBroadcast method broadcasts given presence
to all budies from roster and to all users to which direct presence
was sent. |
void |
JabberIqPrivacy.filter(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
void |
DomainFilter.filter(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
protected static void |
Presence.forwardPresence(Queue<Packet> results,
Packet packet,
tigase.xmpp.JID from)
|
protected static void |
Presence.outInitialAnonymous(Packet packet,
XMPPResourceConnection session,
Queue<Packet> results)
|
void |
OfflineMessages.postProcess(Packet packet,
XMPPResourceConnection conn,
NonAuthUserRepository repo,
Queue<Packet> queue)
Describe postProcess method here. |
boolean |
JabberIqIq.preProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
boolean |
JabberIqPrivacy.preProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
preProcess method checks only incoming stanzas
so it doesn't check for presence-out at all. |
boolean |
DomainFilter.preProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results)
Method description |
void |
Jingle.process(Packet packet,
XMPPResourceConnection conn,
NonAuthUserRepository nonAuthUserRepo,
Queue<Packet> results,
Map<String,Object> settings)
Describe process method here. |
void |
SaslAuth.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
|
void |
JabberIqStats.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
StartZLib.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
|
void |
BindResource.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
static void |
Presence.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqPrivate.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Describe process method here. |
void |
SessionBind.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqIq.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqAuth.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
|
void |
SimpleForwarder.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Describe process method here. |
void |
OfflineMessages.process(Packet packet,
XMPPResourceConnection conn,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Describe process method here. |
void |
JabberIqPrivacy.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqCommand.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
RosterPresence.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqRegister.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
StartTLS.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
MessageAll.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
static void |
JabberIqRoster.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
Message.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
UrnXmppPing.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqVersion.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
VCardTemp.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
ServiceDiscovery.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
PepPlugin.processFromUserToServerPacket(tigase.xmpp.JID connectionId,
Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
UrnXmppPing.processNullSessionPacket(Packet packet,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
VCardTemp.processNullSessionPacket(Packet packet,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
ServiceDiscovery.processNullSessionPacket(Packet packet,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
PepPlugin.processNullSessionPacket(Packet packet,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
UrnXmppPing.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
JabberIqVersion.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
VCardTemp.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
ServiceDiscovery.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
PepPlugin.processServerSessionPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
void |
VCardTemp.processToUserPacket(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
static void |
Presence.resendPendingInRequests(XMPPResourceConnection session,
Queue<Packet> results)
Method description |
static void |
Presence.sendPresence(StanzaType t,
tigase.xmpp.JID from,
tigase.xmpp.JID to,
Queue<Packet> results,
tigase.xml.Element pres)
Method description |
static void |
Presence.sendPresenceBroadcast(StanzaType t,
XMPPResourceConnection session,
EnumSet<RosterAbstract.SubscriptionType> subscrs,
Queue<Packet> results,
tigase.xml.Element pres,
Map<String,Object> settings)
sendPresenceBroadcast method broadcasts given presence
to all budies from roster and to all users to which direct presence
was sent. |
static void |
Presence.stopped(XMPPResourceConnection session,
Queue<Packet> results,
Map<String,Object> settings)
stopped method is called when user disconnects or logs-out. |
void |
RosterPresence.stopped(XMPPResourceConnection session,
Queue<Packet> results,
Map<String,Object> settings)
Method description |
static void |
JabberIqRoster.stopped(XMPPResourceConnection session,
Queue<Packet> results,
Map<String,Object> settings)
stopped method is called when user disconnects or logs-out. |
protected static void |
Presence.updateOfflineChange(XMPPResourceConnection session,
Queue<Packet> results)
updateOfflineChange method broadcast off-line presence
to all other user active resources. |
static void |
Presence.updatePresenceChange(Packet presence,
XMPPResourceConnection session,
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... |
static void |
Presence.updateUserResources(tigase.xml.Element presence,
XMPPResourceConnection session,
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 description |
Method parameters in tigase.xmpp.impl.roster with type arguments of type Packet | |
---|---|
void |
RosterAbstract.updateBuddyChange(XMPPResourceConnection session,
Queue<Packet> results,
tigase.xml.Element item)
Method description |
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,
Queue<Packet> results,
Map<String,Object> settings)
|
void |
MessageArchiveDB.saveMessage(Packet message,
boolean full_content,
String defLang)
|
Method parameters in tigase.xmpp.impl.xep0136 with type arguments of type Packet | |
---|---|
void |
MessageArchive.process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |