|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||