| Modifier and Type | Method and Description |
|---|---|
List<Transport> |
JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent.getTransports() |
List<Transport> |
JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent.getTransports() |
| Modifier and Type | Method and Description |
|---|---|
void |
JingleModule.acceptSession(tigase.jaxmpp.core.client.JID jid,
String sid,
String name,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports) |
void |
JingleModule.initiateSession(tigase.jaxmpp.core.client.JID jid,
String sid,
String name,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports) |
void |
JingleModule.JingleSessionAcceptHandler.onJingleSessionAccept(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.JID sender,
String sid,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports,
tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean handled) |
void |
JingleModule.JingleSessionInitiationHandler.onJingleSessionInitiation(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.JID sender,
String sid,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports,
tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean handled) |
void |
JingleModule.JingleSessionAcceptHandler.JingleSessionAcceptEvent.setTransports(List<Transport> transports) |
void |
JingleModule.JingleSessionInitiationHandler.JingleSessionInitiationEvent.setTransports(List<Transport> transports) |
| Constructor and Description |
|---|
JingleSessionAcceptEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.JID sender,
String sid,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports,
tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean handled) |
JingleSessionInitiationEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.JID sender,
String sid,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports,
tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean handled) |
Copyright © 2006–2018 Tigase. All rights reserved.