Uses of Class
tigase.xmpp.XMPPIOService

Packages that use XMPPIOService
tigase.cluster   
tigase.server   
tigase.server.bosh   
tigase.server.ext   
tigase.server.ext.handlers   
tigase.server.xmppclient   
tigase.server.xmppcomponent   
tigase.server.xmppserver   
tigase.xmpp   
 

Uses of XMPPIOService in tigase.cluster
 

Methods in tigase.cluster that return XMPPIOService
protected  XMPPIOService<Object> ClusterConnectionManager.getXMPPIOServiceInstance()
           
 

Methods in tigase.cluster with parameters of type XMPPIOService
protected  String ClusterConnectionManager.getUniqueId(XMPPIOService<Object> serv)
           
 Queue<Packet> ClusterConnectionManager.processSocketData(XMPPIOService<Object> serv)
           
protected  void ClusterConnectionManager.serviceConnected(XMPPIOService<Object> serv)
           
 void ClusterConnectionManager.serviceStarted(XMPPIOService<Object> serv)
           
 boolean ClusterConnectionManager.serviceStopped(XMPPIOService<Object> service)
           
 void ClusterConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv)
           
 String ClusterConnectionManager.xmppStreamOpened(XMPPIOService<Object> service, Map<String,String> attribs)
           
 

Uses of XMPPIOService in tigase.server
 

Classes in tigase.server with type parameters of type XMPPIOService
 class ConnectionManager<IO extends XMPPIOService>
          Describe class ConnectionManager here.
 

Methods in tigase.server with parameters of type XMPPIOService
 void ServiceChecker.check(XMPPIOService service)
           
 

Uses of XMPPIOService in tigase.server.bosh
 

Subclasses of XMPPIOService in tigase.server.bosh
 class BoshIOService
          Describe class BoshIOService here.
 

Methods in tigase.server.bosh with parameters of type XMPPIOService
protected  tigase.xmpp.JID BoshConnectionManager.changeDataReceiver(Packet packet, tigase.xmpp.JID newAddress, String command_sessionId, XMPPIOService<Object> serv)
           
 Queue<Packet> BoshConnectionManager.processSocketData(XMPPIOService<Object> srv)
          Method description
 

Uses of XMPPIOService in tigase.server.ext
 

Methods in tigase.server.ext that return XMPPIOService
 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 XMPPIOService
 void ComponentProtocol.authenticated(XMPPIOService<List<ComponentConnection>> serv)
          Method description
 void ComponentProtocolHandler.authenticated(XMPPIOService<List<ComponentConnection>> serv)
           
 void ComponentProtocol.authenticationFailed(XMPPIOService<List<ComponentConnection>> serv, Packet packet)
          Method description
 void ComponentProtocolHandler.authenticationFailed(XMPPIOService<List<ComponentConnection>> serv, Packet packet)
           
 void ComponentProtocol.bindHostname(String hostname, XMPPIOService<List<ComponentConnection>> serv)
          Method description
 void ComponentProtocolHandler.bindHostname(String hostname, XMPPIOService<List<ComponentConnection>> serv)
           
 List<tigase.xml.Element> ComponentProtocol.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv)
          Method description
 List<tigase.xml.Element> ComponentProtocolHandler.getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv)
           
 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
 void ComponentProtocol.serviceStarted(XMPPIOService<List<ComponentConnection>> serv)
          Method description
 String StreamOpenHandler.serviceStarted(XMPPIOService<List<ComponentConnection>> s)
           
 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 ComponentProtocol.unbindHostname(String hostname, XMPPIOService<List<ComponentConnection>> serv)
          Method description
 void ComponentProtocolHandler.unbindHostname(String hostname, XMPPIOService<List<ComponentConnection>> serv)
           
 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
 

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

Uses of XMPPIOService in tigase.server.ext.handlers
 

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

Uses of XMPPIOService in tigase.server.xmppclient
 

Methods in tigase.server.xmppclient that return XMPPIOService
protected  XMPPIOService<Object> ClientConnectionManager.getXMPPIOServiceInstance()
           
 

Methods in tigase.server.xmppclient with parameters of type XMPPIOService
protected  tigase.xmpp.JID ClientConnectionManager.changeDataReceiver(Packet packet, tigase.xmpp.JID newAddress, String command_sessionId, XMPPIOService<Object> serv)
           
 Queue<Packet> ClientConnectionManager.processSocketData(XMPPIOService<Object> serv)
          Method description
 boolean ClientConnectionManager.serviceStopped(XMPPIOService<Object> service)
          Method description
 void ClientConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv)
          Method description
 String ClientConnectionManager.xmppStreamOpened(XMPPIOService<Object> serv, Map<String,String> attribs)
          Method description
 

Uses of XMPPIOService in tigase.server.xmppcomponent
 

Methods in tigase.server.xmppcomponent that return XMPPIOService
protected  XMPPIOService<Object> ComponentConnectionManager.getXMPPIOServiceInstance()
           
 

Methods in tigase.server.xmppcomponent with parameters of type XMPPIOService
protected  String ComponentConnectionManager.getUniqueId(XMPPIOService<Object> serv)
           
 Queue<Packet> ComponentConnectionManager.processSocketData(XMPPIOService<Object> serv)
           
 void ComponentConnectionManager.serviceStarted(XMPPIOService<Object> serv)
           
 boolean ComponentConnectionManager.serviceStopped(XMPPIOService<Object> service)
           
 void ComponentConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv)
           
 String ComponentConnectionManager.xmppStreamOpened(XMPPIOService<Object> service, Map<String,String> attribs)
           
 

Uses of XMPPIOService in tigase.server.xmppserver
 

Classes in tigase.server.xmppserver with type parameters of type XMPPIOService
 interface ConnectionHandlerIfc<IO extends XMPPIOService>
          Describe interface ConnectionHandlerIfc here.
 

Methods in tigase.server.xmppserver that return XMPPIOService
protected  XMPPIOService<Object> ServerConnectionManager.getXMPPIOServiceInstance()
           
 

Methods in tigase.server.xmppserver with parameters of type XMPPIOService
 void ServerConnections.addOutgoing(XMPPIOService<Object> serv)
          Method description
 boolean ServerConnections.isOutgoing(XMPPIOService<Object> serv)
          Method description
 void ServerConnectionManager.processDialback(Packet packet, XMPPIOService<Object> serv)
          Method description
 Queue<Packet> ServerConnectionManager.processSocketData(XMPPIOService<Object> serv)
          Method description
 void ServerConnectionManager.serviceStarted(XMPPIOService<Object> serv)
          Method description
 boolean ServerConnectionManager.serviceStopped(XMPPIOService<Object> serv)
          Method description
 void ServerConnections.serviceStopped(XMPPIOService<Object> serv)
          Method description
 void ServerConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv)
          Method description
 String ServerConnectionManager.xmppStreamOpened(XMPPIOService<Object> serv, Map<String,String> attribs)
          Method description
 

Constructor parameters in tigase.server.xmppserver with type arguments of type XMPPIOService
ServerConnections(ConnectionHandlerIfc<XMPPIOService<Object>> handler, CID cid)
          Creates a new ServerConnections instance.
 

Uses of XMPPIOService in tigase.xmpp
 

Classes in tigase.xmpp with type parameters of type XMPPIOService
 interface XMPPIOServiceListener<IO extends XMPPIOService>
          Describe interface XMPPIOServiceListener here.
 

Constructors in tigase.xmpp with parameters of type XMPPIOService
XMPPDomBuilderHandler(XMPPIOService<RefObject> ioserv)
          Constructs ...
XMPPDomBuilderHandler(XMPPIOService<RefObject> ioserv, tigase.xml.ElementFactory factory)
          Constructs ...
 



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