HomeSort by relevance Sort by last modified time
    Searched refs:getLocalSocks5ProxyPort (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5Proxy.java 130 if (SmackConfiguration.getLocalSocks5ProxyPort() < 0) {
131 int port = Math.abs(SmackConfiguration.getLocalSocks5ProxyPort());
143 this.serverSocket = new ServerSocket(SmackConfiguration.getLocalSocks5ProxyPort());
154 + SmackConfiguration.getLocalSocks5ProxyPort() + ": " + e.getMessage());
  /external/smack/src/org/jivesoftware/smack/
SmackConfiguration.java 280 public static int getLocalSocks5ProxyPort() {

Completed in 37 milliseconds