Class ProxyConnectionManager


  • public class ProxyConnectionManager
    extends Object
    Manages the connections to the proxy server. The connections go through two stages before file transfer begins. The first stage is when the file transfer target initiates a connection to this manager. Stage two is when the initiator connects, the manager will then match the two connections using the unique SHA-1 hash defined in the SOCKS5 protocol.
    Author:
    Alexander Wenckus
    • Constructor Detail

    • Method Detail

      • getProxyPort

        public int getProxyPort()
      • createDigest

        public static String createDigest​(String sessionID,
                                          org.xmpp.packet.JID initiator,
                                          org.xmpp.packet.JID target)
        Creates the digest needed for a byte stream. It is the SHA1(sessionID + initiator + target).
        Parameters:
        sessionID - The sessionID of the stream negotiation
        initiator - The initiator of the stream negotiation
        target - The target of the stream negotiation
        Returns:
        SHA-1 hash of the three parameters
      • isRunning

        public boolean isRunning()
      • disable

        public void disable()