Uses of Interface
org.jivesoftware.smackx.jingle.transports.JingleTransportInitiationCallback
-
Packages that use JingleTransportInitiationCallback Package Description org.jivesoftware.smackx.jingle.transports Smack's API for XEP-0261: Jingle In-Band Bytestreams.org.jivesoftware.smackx.jingle.transports.jingle_ibb Smack's API for XEP-0261: Jingle In-Band Bytestreams.org.jivesoftware.smackx.jingle.transports.jingle_s5b Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams. -
-
Uses of JingleTransportInitiationCallback in org.jivesoftware.smackx.jingle.transports
Methods in org.jivesoftware.smackx.jingle.transports with parameters of type JingleTransportInitiationCallback Modifier and Type Method Description abstract void
JingleTransportSession. initiateIncomingSession(JingleTransportInitiationCallback callback)
abstract void
JingleTransportSession. initiateOutgoingSession(JingleTransportInitiationCallback callback)
-
Uses of JingleTransportInitiationCallback in org.jivesoftware.smackx.jingle.transports.jingle_ibb
Methods in org.jivesoftware.smackx.jingle.transports.jingle_ibb with parameters of type JingleTransportInitiationCallback Modifier and Type Method Description void
JingleIBBTransportSession. initiateIncomingSession(JingleTransportInitiationCallback callback)
void
JingleIBBTransportSession. initiateOutgoingSession(JingleTransportInitiationCallback callback)
-
Uses of JingleTransportInitiationCallback in org.jivesoftware.smackx.jingle.transports.jingle_s5b
Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b with parameters of type JingleTransportInitiationCallback Modifier and Type Method Description void
JingleS5BTransportSession. initiateIncomingSession(JingleTransportInitiationCallback callback)
void
JingleS5BTransportSession. initiateOutgoingSession(JingleTransportInitiationCallback callback)
-