tigase.xmpp.impl
public class StartTLS extends XMPPProcessor implements XMPPProcessorIfc, XMPPPreprocessorIfc
| Modifier and Type | Field and Description |
|---|---|
static String |
EL_NAME
Field description
|
protected static String |
ID
Field description
|
ALL_NAMES, ALL_PATHSCLIENT_XMLNS| Constructor and Description |
|---|
StartTLS() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Method description
|
boolean |
preProcess(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description
|
void |
process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
Method description
|
String[][] |
supElementNamePaths()
Method description
|
String[] |
supNamespaces()
Method description
|
tigase.xml.Element[] |
supStreamFeatures(XMPPResourceConnection session)
Method description
|
canHandle, compareTo, concurrentQueuesNo, concurrentThreadsPerQueue, getInstance, getStatistics, init, isSupporting, supDiscoFeatures, supElements, supTypesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanHandle, concurrentQueuesNo, concurrentThreadsPerQueue, getStatistics, init, isSupporting, supDiscoFeatures, supElements, supTypescompareTopublic static final String EL_NAME
protected static final String ID
public String id()
id in interface XMPPImplIfcpublic void process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, Queue<Packet> results, Map<String,Object> settings)
process in interface XMPPProcessorIfcpacket - session - repo - results - settings - public String[][] supElementNamePaths()
supElementNamePaths in interface XMPPImplIfcsupElementNamePaths in class XMPPProcessorpublic String[] supNamespaces()
supNamespaces in interface XMPPImplIfcsupNamespaces in class XMPPProcessorpublic tigase.xml.Element[] supStreamFeatures(XMPPResourceConnection session)
supStreamFeatures in interface XMPPImplIfcsupStreamFeatures in class XMPPProcessorsession - public boolean preProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, Queue<Packet> results, Map<String,Object> settings)
preProcess in interface XMPPPreprocessorIfcpacket - session - repo - results - settings - Copyright © 2013 Tigase. All rights reserved.