码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2014-09-07 03:18:54      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   on   c   ef   bs   r   ca   

   /**
     * 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;
    }

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

标签:io   ar   sp   on   c   ef   bs   r   ca   

原文地址:http://blog.csdn.net/tw19811220/article/details/39111687

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!