Methods in tigase.server.ext.handlers with parameters of type ComponentProtocolHandler |
List<tigase.xml.Element> |
SASLProcessor.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler)
|
List<tigase.xml.Element> |
StreamFeaturesProcessor.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler)
|
List<tigase.xml.Element> |
HandshakeProcessor.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler)
|
List<tigase.xml.Element> |
StartTLSProcessor.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler)
Method description |
List<tigase.xml.Element> |
BindProcessor.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler)
|
boolean |
SASLProcessor.process(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
boolean |
StreamFeaturesProcessor.process(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
boolean |
HandshakeProcessor.process(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
boolean |
StartTLSProcessor.process(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
boolean |
BindProcessor.process(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
void |
SASLProcessor.startProcessing(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
void |
StreamFeaturesProcessor.startProcessing(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
void |
HandshakeProcessor.startProcessing(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
void |
StartTLSProcessor.startProcessing(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description |
void |
BindProcessor.startProcessing(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
|
String |
UnknownXMLNSStreamOpenHandler.streamOpened(XMPPIOService<List<ComponentConnection>> serv,
Map<String,String> attribs,
ComponentProtocolHandler handler)
|
String |
ComponentConnectStreamOpenHandler.streamOpened(XMPPIOService<List<ComponentConnection>> serv,
Map<String,String> attribs,
ComponentProtocolHandler handler)
|
String |
JabberClientStreamOpenHandler.streamOpened(XMPPIOService<List<ComponentConnection>> serv,
Map<String,String> attribs,
ComponentProtocolHandler handler)
|
String |
ComponentAcceptStreamOpenHandler.streamOpened(XMPPIOService<List<ComponentConnection>> serv,
Map<String,String> attribs,
ComponentProtocolHandler handler)
|