public class Socks5BytestreamsConnectionManager extends Socks5ConnectionManager
Socks5ConnectionManager.StateConnectionManager.InitializedCallbackJAXMPP_KEY, PACKET_ID, PROXY_JID_KEY, PROXY_JID_USED_KEY, SID_KEY, STREAMHOST_KEYCONNECTION_CLOSED, CONNECTION_ESTABLISHED, CONNECTION_FAILED| Constructor and Description |
|---|
Socks5BytestreamsConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
connectTcp(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session) |
void |
connectUdp(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session) |
void |
initConnection(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session,
ConnectionManager.InitializedCallback callback) |
void |
register(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session) |
protected void |
requestStreamHosts(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session,
tigase.jaxmpp.core.client.JID proxyJid) |
protected void |
sendStreamHosts(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession ft,
List<tigase.jaxmpp.core.client.xmpp.modules.socks5.Streamhost> proxyStreamhosts) |
void |
sendStreamhostUsed(tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
String packetId) |
addListener, checkHash, clearSessions, connectToProxy, discoverProxy, fireOnConnected, fireOnFailure, generateHash, getLocalStreamHosts, getSession, handleConnection, processData, proxyDiscoveryError, proxyDiscoveryFinished, registerSession, removeListener, requestActivate, setObservable, unregisterSessionpublic void initConnection(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session,
ConnectionManager.InitializedCallback callback)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void connectTcp(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void connectUdp(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session)
public void register(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session)
protected void requestStreamHosts(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session,
tigase.jaxmpp.core.client.JID proxyJid)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected void sendStreamHosts(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession ft,
List<tigase.jaxmpp.core.client.xmpp.modules.socks5.Streamhost> proxyStreamhosts)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void sendStreamhostUsed(tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
String packetId)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionCopyright © 2006–2014 Tigase. All rights reserved.