首页>代码>java NIO简单聊天对话实例demo分享>/NIO-Chat-Client/src/com/zuidaima/client/utils/ChatClientConfig.java
package com.zuidaima.client.utils;

/**
 * 
 * 客户端聊天配置
 *
 */
public interface ChatClientConfig {
	
    /**
     * 端口 
     */
    int PORT = 10131;
    
    /**
     * buffer_size 的大小
     */
    int BUFFER_SIZE = 1024;
    
    /**
     * 超时时间
     */
    int TIME_OUT = 3000;
    
    /**
     * Host
     */
    String HOSTS = "localhost";
    
    
}
最近下载更多
xushijie  LV11 2020年12月23日
admin_zyg  LV2 2020年8月3日
2187693636  LV12 2020年4月6日
guoruchao  LV13 2019年11月5日
kimshell  LV3 2019年10月14日
jaden12  LV3 2019年10月10日
whywhywhy  LV10 2019年9月20日
zxc164042899  LV4 2019年4月26日
912299793  LV21 2019年4月18日
最代码酒酒  LV20 2019年4月16日
最近浏览更多
851690469  LV1 2023年10月18日
2017143155  LV12 2023年6月24日
人工智能4708  LV11 2023年5月8日
hy0047  LV4 2023年4月18日
微信网友_5981140928106496  LV5 2023年3月22日
魏振华  LV1 2023年3月12日
yohohero  LV1 2023年1月14日
qwdqwdqw  LV3 2022年12月2日
brucega  LV3 2022年6月3日
ganglianhuo  LV9 2022年4月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友