Uses of Interface
tigase.server.ext.ComponentProtocolHandler

Packages that use ComponentProtocolHandler
tigase.server.ext   
tigase.server.ext.handlers   
 

Uses of ComponentProtocolHandler in tigase.server.ext
 

Classes in tigase.server.ext that implement ComponentProtocolHandler
 class ComponentProtocol
          Created: Sep 30, 2009 8:28:13 PM
 

Methods in tigase.server.ext with parameters of type ComponentProtocolHandler
 List<tigase.xml.Element> ExtProcessor.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv, ComponentProtocolHandler handler)
           
 boolean ExtProcessor.process(Packet p, XMPPIOService<List<ComponentConnection>> serv, ComponentProtocolHandler handler, Queue<Packet> results)
           
 void ExtProcessor.startProcessing(Packet p, XMPPIOService<List<ComponentConnection>> serv, ComponentProtocolHandler handler, Queue<Packet> results)
           
 String StreamOpenHandler.streamOpened(XMPPIOService<List<ComponentConnection>> s, Map<String,String> attribs, ComponentProtocolHandler handler)
           
 

Uses of ComponentProtocolHandler in tigase.server.ext.handlers
 

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



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.