Uses of Class
tigase.server.ext.ComponentIOService

Packages that use ComponentIOService
tigase.server.ext   
tigase.server.ext.handlers   
tigase.server.ext.lb   
 

Uses of ComponentIOService in tigase.server.ext
 

Methods in tigase.server.ext that return ComponentIOService
 ComponentIOService ComponentConnection.getService()
          Method description
protected  ComponentIOService ComponentProtocol.getXMPPIOService(Packet p)
          Method description
protected  ComponentIOService ComponentProtocol.getXMPPIOServiceInstance()
          Method description
 

Methods in tigase.server.ext with parameters of type ComponentIOService
 void ComponentProtocolHandler.authenticated(ComponentIOService serv)
           
 void ComponentProtocol.authenticated(ComponentIOService serv)
          Method description
 void ComponentProtocolHandler.authenticationFailed(ComponentIOService serv, Packet packet)
           
 void ComponentProtocol.authenticationFailed(ComponentIOService serv, Packet packet)
          Method description
 void ComponentProtocolHandler.bindHostname(String hostname, ComponentIOService serv)
           
 void ComponentProtocol.bindHostname(String hostname, ComponentIOService serv)
          Method description
 List<tigase.xml.Element> ComponentProtocolHandler.getStreamFeatures(ComponentIOService serv)
           
 List<tigase.xml.Element> ComponentProtocol.getStreamFeatures(ComponentIOService serv)
          Method description
 List<tigase.xml.Element> ExtProcessor.getStreamFeatures(ComponentIOService serv, ComponentProtocolHandler handler)
           
 boolean ExtProcessor.process(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results)
           
 Queue<Packet> ComponentProtocol.processSocketData(ComponentIOService serv)
          Method description
 void ComponentProtocol.serviceStarted(ComponentIOService serv)
          Method description
 String StreamOpenHandler.serviceStarted(ComponentIOService s)
           
 boolean ComponentProtocol.serviceStopped(ComponentIOService service)
          Method description
 void ExtProcessor.startProcessing(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results)
           
 String StreamOpenHandler.streamOpened(ComponentIOService s, Map<String,String> attribs, ComponentProtocolHandler handler)
           
 void ComponentProtocol.tlsHandshakeCompleted(ComponentIOService service)
          Method description
 void ComponentProtocolHandler.unbindHostname(String hostname, ComponentIOService serv)
           
 void ComponentProtocol.unbindHostname(String hostname, ComponentIOService serv)
          Method description
 boolean ComponentProtocol.writePacketToSocket(ComponentIOService ios, Packet p)
          Method description
 void ComponentProtocol.xmppStreamClosed(ComponentIOService serv)
          Method description
 String ComponentProtocol.xmppStreamOpened(ComponentIOService serv, Map<String,String> attribs)
          Method description
 

Constructors in tigase.server.ext with parameters of type ComponentIOService
ComponentConnection(String domain, ComponentIOService service)
          Constructs ...
 

Uses of ComponentIOService in tigase.server.ext.handlers
 

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

Uses of ComponentIOService in tigase.server.ext.lb
 

Methods in tigase.server.ext.lb that return ComponentIOService
 ComponentIOService SenderFullJidLB.selectConnection(Packet p, List<ComponentConnection> conns)
           
 ComponentIOService SenderBareJidLB.selectConnection(Packet p, List<ComponentConnection> conns)
           
 ComponentIOService LoadBalancerIfc.selectConnection(Packet p, List<ComponentConnection> conns)
           
 ComponentIOService ReceiverFullJidLB.selectConnection(Packet p, List<ComponentConnection> conns)
           
 ComponentIOService ReceiverBareJidLB.selectConnection(Packet p, List<ComponentConnection> conns)
          Method description
 



Copyright © 2013 Tigase. All rights reserved.