Uses of Class
tigase.xmpp.XMPPIOService

Packages that use XMPPIOService
tigase.cluster   
tigase.server   
tigase.server.bosh   
tigase.server.ext   
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
 Queue<Packet> ClusterConnectionManager.processSocketData(XMPPIOService<Object> serv)
          Method description
protected  void ClusterConnectionManager.serviceConnected(XMPPIOService<Object> serv)
           
 void ClusterConnectionManager.serviceStarted(XMPPIOService<Object> serv)
          Method description
 boolean ClusterConnectionManager.serviceStopped(XMPPIOService<Object> service)
          Method description
 void ClusterConnectionManager.tlsHandshakeCompleted(XMPPIOService<Object> service)
          Method description
 void ClusterConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv)
          Method description
 String ClusterConnectionManager.xmppStreamOpened(XMPPIOService<Object> service, Map<String,String> attribs)
          Method description
 

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.
 interface ServiceChecker<IO extends XMPPIOService<?>>
          Describe interface ServiceChecker here.
 

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
 

Subclasses of XMPPIOService in tigase.server.ext
 class ComponentIOService
          Created: Jun 14, 2010 12:05:41 PM
 

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
 void ClientConnectionManager.serviceStarted(XMPPIOService<Object> service)
           
 boolean ClientConnectionManager.serviceStopped(XMPPIOService<Object> service)
          Method description
 void ClientConnectionManager.tlsHandshakeCompleted(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)
          Method description
 void ComponentConnectionManager.serviceStarted(XMPPIOService<Object> serv)
          Method description
 boolean ComponentConnectionManager.serviceStopped(XMPPIOService<Object> service)
          Method description
 void ComponentConnectionManager.tlsHandshakeCompleted(XMPPIOService<Object> service)
          Method description
 void ComponentConnectionManager.xmppStreamClosed(XMPPIOService<Object> serv)
          Method description
 String ComponentConnectionManager.xmppStreamOpened(XMPPIOService<Object> service, Map<String,String> attribs)
          Method description
 

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.
 interface S2SConnectionHandlerIfc<IO extends XMPPIOService<?>>
          Created: Dec 9, 2010 11:40:28 PM
 

Subclasses of XMPPIOService in tigase.server.xmppserver
 class S2SIOService
          Created: Jun 14, 2010 12:30:53 PM
 

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
 void ServerConnections.serviceStopped(XMPPIOService<Object> serv)
          Method description
 boolean ServerConnectionManager.serviceStopped(XMPPIOService<Object> serv)
          Method description
 void ServerConnectionManager.tlsHandshakeCompleted(XMPPIOService<Object> service)
          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 © 2012 Tigase. All Rights Reserved.