首页 > 其他 > 详细

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

时间:2014-09-07 03:18:54      阅读:299      评论:0      收藏:0      [点我收藏+]
   /**
     * 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值

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!