Uses of Class
tigase.xmpp.XMPPIOService

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

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 ConnectionManager.streamClosed(XMPPIOService s)
           
 java.lang.String ConnectionManager.streamOpened(XMPPIOService s, java.util.Map<java.lang.String,java.lang.String> attribs)
           
 

Uses of XMPPIOService in tigase.server.bosh
 

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

Uses of XMPPIOService in tigase.server.xmppclient
 

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

Methods in tigase.server.xmppclient with parameters of type XMPPIOService
 java.util.Queue<Packet> ClientConnectionManager.processSocketData(XMPPIOService serv)
           
 void ClientConnectionManager.serviceStopped(XMPPIOService service)
           
 void ClientConnectionManager.xmppStreamClosed(XMPPIOService serv)
           
 java.lang.String ClientConnectionManager.xmppStreamOpened(XMPPIOService serv, java.util.Map<java.lang.String,java.lang.String> attribs)
           
 

Uses of XMPPIOService in tigase.server.xmppcomponent
 

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

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

Uses of XMPPIOService in tigase.server.xmppserver
 

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

Methods in tigase.server.xmppserver with parameters of type XMPPIOService
 void ServerConnectionManager.processDialback(Packet packet, XMPPIOService serv, java.util.Queue<Packet> results)
           
 java.util.Queue<Packet> ServerConnectionManager.processSocketData(XMPPIOService serv)
           
 void ServerConnectionManager.serviceStarted(XMPPIOService serv)
           
 void ServerConnectionManager.serviceStopped(XMPPIOService service)
           
 void ServerConnectionManager.xmppStreamClosed(XMPPIOService serv)
           
 java.lang.String ServerConnectionManager.xmppStreamOpened(XMPPIOService serv, java.util.Map<java.lang.String,java.lang.String> attribs)
           
 

Uses of XMPPIOService in tigase.xmpp
 

Methods in tigase.xmpp with parameters of type XMPPIOService
 void XMPPIOServiceListener.streamClosed(XMPPIOService serv)
           
 java.lang.String XMPPIOServiceListener.streamOpened(XMPPIOService serv, java.util.Map<java.lang.String,java.lang.String> attribs)
           
 

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



Copyright © 2008 Tigase. All Rights Reserved.