通过获取的一个值和本地的一个值比较来获取一个boolean值

来源:互联网 发布:led走字屏改字软件 编辑:程序博客网 时间:2024/06/02 15:53
   /**
     * Sets the port of the local Socks5 proxy. Default is 7777. If you set the port to a negative
     * value Smack tries the absolute value and all following until it finds an open port.
     * 
     * @param localSocks5ProxyPort the port of the local Socks5 proxy to set
     */
    public static void setLocalSocks5ProxyPort(int localSocks5ProxyPort) {
        SmackConfiguration.localSocks5ProxyPort = localSocks5ProxyPort;
    }
0 1
原创粉丝点击