Uses of Class
org.exoplatform.services.xmpp.ext.transport.Transport

Packages that use Transport
org.exoplatform.services.xmpp.connection   
org.exoplatform.services.xmpp.connection.impl   
org.exoplatform.services.xmpp.ext.transport   
org.exoplatform.services.xmpp.util   
 

Uses of Transport in org.exoplatform.services.xmpp.connection
 

Methods in org.exoplatform.services.xmpp.connection with parameters of type Transport
 boolean XMPPSession.addTransport(Transport transport, java.lang.String remoteUser, java.lang.String remotePassword, boolean autoLogin)
          Check is Transport supported and add it to List of available transports.
 boolean XMPPSession.removeTransport(Transport transport)
          Remove transport from available list.
 

Uses of Transport in org.exoplatform.services.xmpp.connection.impl
 

Methods in org.exoplatform.services.xmpp.connection.impl with parameters of type Transport
 boolean XMPPSessionImpl.addTransport(Transport transport, java.lang.String remoteUser, java.lang.String remotePassword, boolean autoLogin)
          Check is Transport supported and add it to List of available transports.
 boolean XMPPSessionImpl.removeTransport(Transport transport)
          Remove transport from available list.
 

Uses of Transport in org.exoplatform.services.xmpp.ext.transport
 

Subclasses of Transport in org.exoplatform.services.xmpp.ext.transport
 class AIMTransport
          Created by The eXo Platform SAS.
 class GtalkTransport
          Created by The eXo Platform SAS.
 class ICQTransport
          Created by The eXo Platform SAS.
 class MSNTransport
          Created by The eXo Platform SAS.
 class XMPPTransport
          Created by The eXo Platform SAS.
 class YahooTransport
          Created by The eXo Platform SAS.
 

Uses of Transport in org.exoplatform.services.xmpp.util
 

Methods in org.exoplatform.services.xmpp.util that return types with arguments of type Transport
static java.util.List<Transport> XMPPConnectionUtils.getSupportedTransports(org.jivesoftware.smack.XMPPConnection connection)
          Get list of supported transports for connection.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.