您的位置:首页 > 其它

通过本地存储的一个值和当前获取值得比较得到一个boolean值

2014-09-07 02:44 281 查看
/**

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

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐