Uses of Class
tigase.server.xmppserver.S2SIOService

Packages that use S2SIOService
tigase.server.xmppserver   
tigase.server.xmppserver.proc   
 

Uses of S2SIOService in tigase.server.xmppserver
 

Methods in tigase.server.xmppserver that return S2SIOService
 S2SIOService S2SConnection.getS2SIOService()
          Method description
protected  S2SIOService S2SConnectionManager.getXMPPIOServiceInstance()
           
 

Methods in tigase.server.xmppserver with parameters of type S2SIOService
 void CIDConnections.addIncoming(S2SIOService serv)
          Method description
 void CIDConnections.connectionAuthenticated(S2SIOService serv)
          Method description
 void CIDConnections.connectionStopped(S2SIOService serv)
          Method description
 List<tigase.xml.Element> S2SConnectionHandlerIfc.getStreamFeatures(S2SIOService serv)
          Method description
 List<tigase.xml.Element> S2SConnectionManager.getStreamFeatures(S2SIOService serv)
          Method description
 boolean S2SProcessor.process(Packet p, S2SIOService serv, Queue<Packet> results)
           
 Queue<Packet> S2SConnectionManager.processSocketData(S2SIOService serv)
          Method description
 void S2SProcessor.serviceStarted(S2SIOService serv)
          Method description
 void S2SConnectionManager.serviceStarted(S2SIOService serv)
          Method description
 void S2SProcessor.serviceStopped(S2SIOService serv)
          Method description
 boolean S2SConnectionManager.serviceStopped(S2SIOService serv)
          Method description
 void S2SConnection.setS2SIOService(S2SIOService serv)
          Method description
 void S2SProcessor.streamClosed(S2SIOService serv)
           
 void S2SProcessor.streamFeatures(S2SIOService serv, List<tigase.xml.Element> results)
          Method description
 String S2SProcessor.streamOpened(S2SIOService serv, Map<String,String> attribs)
           
 void S2SConnectionManager.tlsHandshakeCompleted(S2SIOService serv)
          Method description
 void S2SConnectionManager.writeRawData(S2SIOService ios, String data)
          Method description
 void S2SConnectionManager.xmppStreamClosed(S2SIOService serv)
          Method description
 String S2SConnectionManager.xmppStreamOpened(S2SIOService serv, Map<String,String> attribs)
          Method description
 

Method parameters in tigase.server.xmppserver with type arguments of type S2SIOService
 void S2SProcessor.init(S2SConnectionHandlerIfc<S2SIOService> handler)
           
 

Constructor parameters in tigase.server.xmppserver with type arguments of type S2SIOService
CIDConnections(CID cid, S2SConnectionHandlerIfc<S2SIOService> handler, S2SConnectionSelector selector, int maxInConns, int maxOutConns, int maxOutConnsPerIP, long max_waiting_time)
          Constructs ...
S2SConnection(S2SConnectionHandlerIfc<S2SIOService> handler, String ip)
          Constructs ...
 

Uses of S2SIOService in tigase.server.xmppserver.proc
 

Fields in tigase.server.xmppserver.proc with type parameters of type S2SIOService
protected  S2SConnectionHandlerIfc<S2SIOService> S2SAbstractProcessor.handler
           
 

Methods in tigase.server.xmppserver.proc with parameters of type S2SIOService
 void S2SAbstractProcessor.generateStreamError(boolean initStream, String error_el, S2SIOService serv)
          Method description
 boolean Dialback.process(Packet p, S2SIOService serv, Queue<Packet> results)
          Method description
 boolean S2SAbstractProcessor.process(Packet p, S2SIOService serv, Queue<Packet> results)
          Method description
 boolean StreamError.process(Packet p, S2SIOService serv, Queue<Packet> results)
          Method description
 boolean StartTLS.process(Packet p, S2SIOService serv, Queue<Packet> results)
          Method description
 boolean StreamFeatures.process(Packet p, S2SIOService serv, Queue<Packet> results)
          Method description
 boolean PacketChecker.process(Packet p, S2SIOService serv, Queue<Packet> results)
          Method description
 void Dialback.serviceStarted(S2SIOService serv)
          Method description
 void S2SAbstractProcessor.serviceStarted(S2SIOService serv)
          Method description
 void StreamOpen.serviceStarted(S2SIOService serv)
          Method description
 void S2SAbstractProcessor.serviceStopped(S2SIOService serv)
          Method description
 void StreamOpen.serviceStopped(S2SIOService serv)
          Method description
 void S2SAbstractProcessor.streamClosed(S2SIOService serv)
          Method description
 void Dialback.streamFeatures(S2SIOService serv, List<tigase.xml.Element> results)
          Method description
 void StartZlib.streamFeatures(S2SIOService serv, List<tigase.xml.Element> results)
          Method description
 void S2SAbstractProcessor.streamFeatures(S2SIOService serv, List<tigase.xml.Element> results)
          Method description
 void StartTLS.streamFeatures(S2SIOService serv, List<tigase.xml.Element> results)
          Method description
 String Dialback.streamOpened(S2SIOService serv, Map<String,String> attribs)
          Method description
 String S2SAbstractProcessor.streamOpened(S2SIOService serv, Map<String,String> attribs)
          Method description
 String StreamOpen.streamOpened(S2SIOService serv, Map<String,String> attribs)
          Method description
 String StreamFeatures.streamOpened(S2SIOService serv, Map<String,String> attribs)
          Method description
 

Method parameters in tigase.server.xmppserver.proc with type arguments of type S2SIOService
 void S2SAbstractProcessor.init(S2SConnectionHandlerIfc<S2SIOService> handler)
          Method description
 



Copyright © 2012 Tigase. All Rights Reserved.