Uses of Class
tigase.server.ext.ComponentConnection

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

Uses of ComponentConnection in tigase.server.ext
 

Methods in tigase.server.ext that return types with arguments of type ComponentConnection
 XMPPIOService<List<ComponentConnection>> ComponentConnection.getService()
           
protected  XMPPIOService<List<ComponentConnection>> ComponentProtocol.getXMPPIOService(Packet p)
           
protected  XMPPIOService<List<ComponentConnection>> ComponentProtocol.getXMPPIOServiceInstance()
           
 

Methods in tigase.server.ext with parameters of type ComponentConnection
 int ComponentConnection.compareTo(ComponentConnection o)
           
 

Method parameters in tigase.server.ext with type arguments of type ComponentConnection
 void ComponentProtocolHandler.authenticated(XMPPIOService<List<ComponentConnection>> serv)
           
 void ComponentProtocol.authenticated(XMPPIOService<List<ComponentConnection>> serv)
          Method description
 void ComponentProtocolHandler.authenticationFailed(XMPPIOService<List<ComponentConnection>> serv, Packet packet)
           
 void ComponentProtocol.authenticationFailed(XMPPIOService<List<ComponentConnection>> serv, Packet packet)
          Method description
 void ComponentProtocolHandler.bindHostname(String hostname, XMPPIOService<List<ComponentConnection>> serv)
           
 void ComponentProtocol.bindHostname(String hostname, XMPPIOService<List<ComponentConnection>> serv)
          Method description
 List<tigase.xml.Element> ComponentProtocolHandler.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv)
           
 List<tigase.xml.Element> ComponentProtocol.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv)
          Method description
 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)
           
 Queue<Packet> ComponentProtocol.processSocketData(XMPPIOService<List<ComponentConnection>> serv)
          Method description
 String StreamOpenHandler.serviceStarted(XMPPIOService<List<ComponentConnection>> s)
           
 void ComponentProtocol.serviceStarted(XMPPIOService<List<ComponentConnection>> serv)
          Method description
 boolean ComponentProtocol.serviceStopped(XMPPIOService<List<ComponentConnection>> service)
          Method description
 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)
           
 void ComponentProtocolHandler.unbindHostname(String hostname, XMPPIOService<List<ComponentConnection>> serv)
           
 void ComponentProtocol.unbindHostname(String hostname, XMPPIOService<List<ComponentConnection>> serv)
          Method description
 boolean ComponentProtocol.writePacketToSocket(XMPPIOService<List<ComponentConnection>> ios, Packet p)
          Method description
 void ComponentProtocol.xmppStreamClosed(XMPPIOService<List<ComponentConnection>> serv)
          Method description
 String ComponentProtocol.xmppStreamOpened(XMPPIOService<List<ComponentConnection>> serv, Map<String,String> attribs)
          Method description
 

Constructor parameters in tigase.server.ext with type arguments of type ComponentConnection
ComponentConnection(String domain, XMPPIOService<List<ComponentConnection>> service)
           
 

Uses of ComponentConnection in tigase.server.ext.handlers
 

Method parameters in tigase.server.ext.handlers with type arguments of type ComponentConnection
 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)
           
 List<tigase.xml.Element> SASLProcessor.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv, ComponentProtocolHandler handler)
           
 List<tigase.xml.Element> StreamFeaturesProcessor.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv, ComponentProtocolHandler handler)
           
 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)
           
 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)
           
 String ComponentAcceptStreamOpenHandler.serviceStarted(XMPPIOService<List<ComponentConnection>> serv)
           
 String UnknownXMLNSStreamOpenHandler.serviceStarted(XMPPIOService<List<ComponentConnection>> s)
           
 String ComponentConnectStreamOpenHandler.serviceStarted(XMPPIOService<List<ComponentConnection>> s)
           
 String JabberClientStreamOpenHandler.serviceStarted(XMPPIOService<List<ComponentConnection>> serv)
           
 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)
           
 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)
           
 String ComponentAcceptStreamOpenHandler.streamOpened(XMPPIOService<List<ComponentConnection>> serv, Map<String,String> attribs, ComponentProtocolHandler handler)
           
 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)
           
 



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