public class Socks5BytestreamsConnectionManager extends Socks5ConnectionManager
Socks5ConnectionManager.StateConnectionManager.ConnectionClosedHandler, ConnectionManager.ConnectionEstablishedHandler, ConnectionManager.ConnectionFailedHandler, ConnectionManager.InitializedCallbackcontext, JAXMPP_KEY, PACKET_ID, PROXY_JID_KEY, PROXY_JID_USED_KEY, SID_KEY, STREAMHOST_KEY| 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) |
checkHash, clearSessions, connectToProxy, discoverProxy, fireOnConnected, fireOnConnected, fireOnFailure, generateHash, getLocalStreamHosts, getSession, handleConnection, processData, proxyDiscoveryError, proxyDiscoveryFinished, registerSession, requestActivate, setContext, unregisterSessionpublic 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 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 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–2015 Tigase. All rights reserved.