|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PacketErrorTypeException | |
|---|---|
| tigase.server.amp | |
| tigase.xmpp | |
| tigase.xmpp.impl | |
| Uses of PacketErrorTypeException in tigase.server.amp |
|---|
| Methods in tigase.server.amp that throw PacketErrorTypeException | |
|---|---|
protected Packet |
ActionAbstract.prepareAmpPacket(Packet packet,
tigase.xml.Element rule)
|
| Uses of PacketErrorTypeException in tigase.xmpp |
|---|
| Methods in tigase.xmpp that throw PacketErrorTypeException | |
|---|---|
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 |
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. |
| Uses of PacketErrorTypeException in tigase.xmpp.impl |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||