public class Socks5BytestreamsModule extends Object implements tigase.jaxmpp.core.client.XmppModule
| Modifier and Type | Class and Description |
|---|---|
static class |
Socks5BytestreamsModule.ActivateCallback |
static interface |
Socks5BytestreamsModule.StreamhostsHandler |
| Constructor and Description |
|---|
Socks5BytestreamsModule(tigase.jaxmpp.core.client.Context context) |
| Modifier and Type | Method and Description |
|---|---|
tigase.jaxmpp.core.client.criteria.Criteria |
getCriteria() |
String[] |
getFeatures() |
void |
process(tigase.jaxmpp.core.client.xml.Element element) |
void |
process(tigase.jaxmpp.core.client.xmpp.stanzas.IQ iq) |
void |
requestActivate(tigase.jaxmpp.core.client.JID host,
String sid,
tigase.jaxmpp.core.client.JID jid,
Socks5BytestreamsModule.ActivateCallback callback) |
void |
requestStreamhosts(tigase.jaxmpp.core.client.JID host,
StreamhostsCallback callback) |
void |
sendStreamhosts(tigase.jaxmpp.core.client.JID recipient,
String sid,
List<Streamhost> hosts,
tigase.jaxmpp.core.client.AsyncCallback callback) |
void |
sendStreamhostUsed(tigase.jaxmpp.core.client.JID to,
String id,
String sid,
Streamhost streamhost) |
public static final String XMLNS_BS
public Socks5BytestreamsModule(tigase.jaxmpp.core.client.Context context)
public tigase.jaxmpp.core.client.criteria.Criteria getCriteria()
getCriteria in interface tigase.jaxmpp.core.client.XmppModulepublic String[] getFeatures()
getFeatures in interface tigase.jaxmpp.core.client.XmppModulepublic void process(tigase.jaxmpp.core.client.xml.Element element)
throws tigase.jaxmpp.core.client.XMPPException,
tigase.jaxmpp.core.client.xml.XMLException,
tigase.jaxmpp.core.client.exceptions.JaxmppException
process in interface tigase.jaxmpp.core.client.XmppModuletigase.jaxmpp.core.client.XMPPExceptiontigase.jaxmpp.core.client.xml.XMLExceptiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void process(tigase.jaxmpp.core.client.xmpp.stanzas.IQ iq)
throws tigase.jaxmpp.core.client.xml.XMLException,
tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.xml.XMLExceptiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void requestActivate(tigase.jaxmpp.core.client.JID host,
String sid,
tigase.jaxmpp.core.client.JID jid,
Socks5BytestreamsModule.ActivateCallback callback)
throws tigase.jaxmpp.core.client.xml.XMLException,
tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.xml.XMLExceptiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void requestStreamhosts(tigase.jaxmpp.core.client.JID host,
StreamhostsCallback callback)
throws tigase.jaxmpp.core.client.xml.XMLException,
tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.xml.XMLExceptiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void sendStreamhosts(tigase.jaxmpp.core.client.JID recipient,
String sid,
List<Streamhost> hosts,
tigase.jaxmpp.core.client.AsyncCallback callback)
throws tigase.jaxmpp.core.client.xml.XMLException,
tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.xml.XMLExceptiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void sendStreamhostUsed(tigase.jaxmpp.core.client.JID to,
String id,
String sid,
Streamhost streamhost)
throws tigase.jaxmpp.core.client.xml.XMLException,
tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.xml.XMLExceptiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionCopyright © 2006–2016 Tigase. All rights reserved.