public class JingleArchive
extends tigase.xmpp.impl.annotation.AnnotatedXMPPProcessor
implements tigase.xmpp.XMPPProcessorIfc, tigase.xmpp.XMPPPostprocessorIfc
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ID |
protected static String |
JINGLE_EL |
protected static String |
JINGLE_MESSAGE_XMLNS |
protected static String[] |
JINGLE_PATH |
protected static String |
JINGLE_XMLNS |
static String |
OMIT_JINGLE_XMLNS_KEY |
static String[][] |
OMIT_JINGLE_XMLNS_SUP_PATHS |
static String[] |
OMIT_JINGLE_XMLNS_SUP_XMLNSS |
static String |
TIGASE_ARCHIVE_JINGLE_XMLNS |
| Constructor and Description |
|---|
JingleArchive() |
| Modifier and Type | Method and Description |
|---|---|
tigase.xmpp.Authorization |
canHandle(tigase.server.Packet packet,
tigase.xmpp.XMPPResourceConnection conn) |
void |
init(Map<String,Object> settings) |
void |
postProcess(tigase.server.Packet packet,
tigase.xmpp.XMPPResourceConnection conn,
tigase.db.NonAuthUserRepository repo,
Queue<tigase.server.Packet> queue,
Map<String,Object> settings) |
void |
process(tigase.server.Packet packet,
tigase.xmpp.XMPPResourceConnection conn,
tigase.db.NonAuthUserRepository repo,
Queue<tigase.server.Packet> results,
Map<String,Object> settings) |
String[][] |
supElementNamePaths() |
String[] |
supNamespaces() |
id, supDiscoFeatures, supStreamFeatures, supTypescompareTo, concurrentThreadsPerQueue, getComponentInfo, getInstance, getStatistics, isSupporting, supElements, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconcurrentQueuesNo, concurrentThreadsPerQueue, getComponentInfo, getStatistics, id, isSupporting, supDiscoFeatures, supElements, supStreamFeatures, supTypescompareToprotected static final String ID
protected static final String JINGLE_EL
protected static final String[] JINGLE_PATH
protected static final String JINGLE_XMLNS
protected static final String JINGLE_MESSAGE_XMLNS
public static final String TIGASE_ARCHIVE_JINGLE_XMLNS
public static final String OMIT_JINGLE_XMLNS_KEY
public static final String[][] OMIT_JINGLE_XMLNS_SUP_PATHS
public static final String[] OMIT_JINGLE_XMLNS_SUP_XMLNSS
public tigase.xmpp.Authorization canHandle(tigase.server.Packet packet,
tigase.xmpp.XMPPResourceConnection conn)
canHandle in interface tigase.xmpp.XMPPImplIfccanHandle in class tigase.xmpp.XMPPProcessorpublic void init(Map<String,Object> settings) throws tigase.db.TigaseDBException
init in interface tigase.xmpp.XMPPImplIfcinit in class tigase.xmpp.XMPPProcessortigase.db.TigaseDBExceptionpublic void process(tigase.server.Packet packet,
tigase.xmpp.XMPPResourceConnection conn,
tigase.db.NonAuthUserRepository repo,
Queue<tigase.server.Packet> results,
Map<String,Object> settings)
throws tigase.xmpp.XMPPException
process in interface tigase.xmpp.XMPPProcessorIfctigase.xmpp.XMPPExceptionpublic void postProcess(tigase.server.Packet packet,
tigase.xmpp.XMPPResourceConnection conn,
tigase.db.NonAuthUserRepository repo,
Queue<tigase.server.Packet> queue,
Map<String,Object> settings)
postProcess in interface tigase.xmpp.XMPPPostprocessorIfcpublic String[][] supElementNamePaths()
supElementNamePaths in interface tigase.xmpp.XMPPImplIfcsupElementNamePaths in class tigase.xmpp.impl.annotation.AnnotatedXMPPProcessorpublic String[] supNamespaces()
supNamespaces in interface tigase.xmpp.XMPPImplIfcsupNamespaces in class tigase.xmpp.impl.annotation.AnnotatedXMPPProcessorCopyright © 2018. All rights reserved.