|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StanzaType | |
|---|---|
| tigase.cluster | |
| tigase.server | |
| tigase.server.sreceiver | |
| tigase.util | |
| tigase.xmpp | |
| tigase.xmpp.impl | |
| tigase.xmpp.impl.roster | |
| Uses of StanzaType in tigase.cluster |
|---|
| Methods in tigase.cluster with parameters of type StanzaType | |
|---|---|
static tigase.xml.Element |
ClusterElement.clusterElement(java.lang.String from,
java.lang.String to,
StanzaType type)
Method description |
static tigase.xml.Element |
ClusterElement.createClusterElement(java.lang.String from,
java.lang.String to,
StanzaType type,
java.lang.String packet_from)
Method description |
static ClusterElement |
ClusterElement.createClusterMethodCall(java.lang.String from,
java.lang.String to,
StanzaType type,
java.lang.String method_name,
java.util.Map<java.lang.String,java.lang.String> params)
Method description |
ClusterElement |
ClusterElement.createMethodResponse(java.lang.String from,
StanzaType type,
java.util.Map<java.lang.String,java.lang.String> results)
Method description |
ClusterElement |
ClusterElement.createMethodResponse(java.lang.String from,
java.lang.String to,
StanzaType type,
java.util.Map<java.lang.String,java.lang.String> results)
Method description |
| Constructors in tigase.cluster with parameters of type StanzaType | |
|---|---|
ClusterElement(java.lang.String from,
java.lang.String to,
StanzaType type,
Packet packet)
Constructs ... |
|
| Uses of StanzaType in tigase.server |
|---|
| Methods in tigase.server that return StanzaType | |
|---|---|
StanzaType |
Packet.getType()
Method returns the stanza type parsed from the top XML element of the enclosed stanza. |
| Methods in tigase.server with parameters of type StanzaType | |
|---|---|
static tigase.xml.Element |
Command.createIqCommand(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
java.lang.String id,
java.lang.String node,
Command.DataType data_type)
|
static Packet |
Message.getMessage(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
java.lang.String body,
java.lang.String subject,
java.lang.String thread,
java.lang.String id)
Creates a packet with message stanza. |
Packet |
Command.getPacket(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
java.lang.String id)
|
Packet |
Command.getPacket(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
java.lang.String id,
Command.DataType data_type)
|
static Packet |
Packet.packetInstance(java.lang.String el_name,
java.lang.String from,
java.lang.String to,
StanzaType type)
The method creates XML stanza from given parameters and returns Packet instance for this XML stanza. |
Packet |
Packet.swapElemFromTo(StanzaType type)
Deprecated. Use swapStanzaFromTo() instead. |
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. |
| Uses of StanzaType in tigase.server.sreceiver |
|---|
| Methods in tigase.server.sreceiver with parameters of type StanzaType | |
|---|---|
static Packet |
TaskCommons.getMessage(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
java.lang.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,
java.lang.String nick,
java.lang.String status)
|
| Uses of StanzaType in tigase.util |
|---|
| Methods in tigase.util with parameters of type StanzaType | |
|---|---|
static tigase.xml.Element |
ElementUtils.createIqQuery(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
java.lang.String id,
tigase.xml.Element query)
|
static tigase.xml.Element |
ElementUtils.createIqQuery(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
java.lang.String id,
java.lang.String xmlns)
|
| Uses of StanzaType in tigase.xmpp |
|---|
| Methods in tigase.xmpp that return StanzaType | |
|---|---|
static StanzaType |
StanzaType.valueof(java.lang.String cmd)
|
static StanzaType |
StanzaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StanzaType[] |
StanzaType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of StanzaType in tigase.xmpp.impl |
|---|
| Methods in tigase.xmpp.impl with parameters of type StanzaType | |
|---|---|
protected static void |
Presence.broadcastDirectPresences(StanzaType t,
XMPPResourceConnection session,
java.util.Queue<Packet> results,
tigase.xml.Element pres)
|
static void |
Presence.sendPresence(StanzaType t,
tigase.xmpp.JID from,
tigase.xmpp.JID to,
java.util.Queue<Packet> results,
tigase.xml.Element pres)
Method description |
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. |
| Uses of StanzaType in tigase.xmpp.impl.roster |
|---|
| Fields in tigase.xmpp.impl.roster with type parameters of type StanzaType | |
|---|---|
static java.util.EnumSet<StanzaType> |
RosterAbstract.INITIAL_PRESENCES
Field description |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||