CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:LANChatProgram

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-12-04
  • 文件大小:
    455.98kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

局域网聊天程序:一个以Socket通信机制为基础的网络聊天程序。

服务器端:

多线程方式处理客户端,负责响应客户端的各种信息:用户登录、客户端请求处理。

客户端:

(1)、负责用户界面初始化、为用户提供登录界面、将信息发送至服务器、接受服务器反馈,实时显示信息。

(2)、负责实现用户界面的各种组件事件的处理。

(3)、当用户单击好友图标时,将初始化新的聊天窗口,并通过UDP建立与其他用户的通信。当用户收到其他用户发来的数据报,将在本地初始化新的对话窗口,并开始通信。-LAN chat program: a Socket communication mechanism based network chat program. Server: Multi-threaded approach to the client, the client is responsible for a variety of information in response to: user login, the client request processing. Client: (1) responsible for the initialization of the user interface to provide users with the login screen, to send information to the server, the server accepts feedback, real-time display of information. (2), responsible for implementing the various components of the user interface event processing. (3), when the user clicks a friend icon will initialize a new chat window and establish communication with other users via UDP. When the user receives another user datagram sent to the initialization of a new dialog window locally and start communication.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

简易聊天室/Client/.classpath
简易聊天室/Client/.project
简易聊天室/Client/.settings/org.eclipse.jdt.core.prefs
简易聊天室/Client/bin/cat/client/CatChatroom$1.class
简易聊天室/Client/bin/cat/client/CatChatroom$2.class
简易聊天室/Client/bin/cat/client/CatChatroom$3.class
简易聊天室/Client/bin/cat/client/CatChatroom$4.class
简易聊天室/Client/bin/cat/client/CatChatroom$5.class
简易聊天室/Client/bin/cat/client/CatChatroom$ClientInputThread$1.class
简易聊天室/Client/bin/cat/client/CatChatroom$ClientInputThread$2.class
简易聊天室/Client/bin/cat/client/CatChatroom$ClientInputThread.class
简易聊天室/Client/bin/cat/client/CatChatroom.class
简易聊天室/Client/bin/cat/client/CellRenderer.class
简易聊天室/Client/bin/cat/client/UUListModel.class
简易聊天室/Client/bin/cat/function/CatBean.class
简易聊天室/Client/bin/cat/function/ClientBean.class
简易聊天室/Client/bin/cat/login/CatLogin$1.class
简易聊天室/Client/bin/cat/login/CatLogin$2.class
简易聊天室/Client/bin/cat/login/CatLogin$3.class
简易聊天室/Client/bin/cat/login/CatLogin$4.class
简易聊天室/Client/bin/cat/login/CatLogin.class
简易聊天室/Client/bin/cat/login/CatResign$1.class
简易聊天室/Client/bin/cat/login/CatResign$2.class
简易聊天室/Client/bin/cat/login/CatResign$3.class
简易聊天室/Client/bin/cat/login/CatResign.class
简易聊天室/Client/bin/cat/util/CatUtil.class
简易聊天室/Client/images/1.jpg
简易聊天室/Client/images/注册.jpg
简易聊天室/Client/images/注册.png
简易聊天室/Client/images/注册1.jpg
简易聊天室/Client/images/注册界面.jpg
简易聊天室/Client/images/登陆.jpg
简易聊天室/Client/images/登陆界面.jpg
简易聊天室/Client/images/聊天室1.jpg
简易聊天室/Client/images/返回.jpg
简易聊天室/Client/sounds/叮.wav
简易聊天室/Client/sounds/呃欧.wav
简易聊天室/Client/src/cat/client/CatChatroom.java
简易聊天室/Client/src/cat/function/CatBean.java
简易聊天室/Client/src/cat/function/ClientBean.java
简易聊天室/Client/src/cat/login/CatLogin.java
简易聊天室/Client/src/cat/login/CatResign.java
简易聊天室/Client/src/cat/util/CatUtil.java
简易聊天室/Client/Users.properties
简易聊天室/Server/.classpath
简易聊天室/Server/.project
简易聊天室/Server/.settings/org.eclipse.jdt.core.prefs
简易聊天室/Server/bin/cat/function/CatBean.class
简易聊天室/Server/bin/cat/function/ClientBean.class
简易聊天室/Server/bin/cat/server/CatServer$CatClientThread.class
简易聊天室/Server/bin/cat/server/CatServer.class
简易聊天室/Server/src/cat/function/CatBean.java
简易聊天室/Server/src/cat/function/ClientBean.java
简易聊天室/Server/src/cat/server/CatServer.java
简易聊天室/Client/bin/cat/client
简易聊天室/Client/bin/cat/function
简易聊天室/Client/bin/cat/login
简易聊天室/Client/bin/cat/util
简易聊天室/Client/src/cat/client
简易聊天室/Client/src/cat/function
简易聊天室/Client/src/cat/login
简易聊天室/Client/src/cat/util
简易聊天室/Server/bin/cat/function
简易聊天室/Server/bin/cat/server
简易聊天室/Server/src/cat/function
简易聊天室/Server/src/cat/server
简易聊天室/Client/bin/cat
简易聊天室/Client/src/cat
简易聊天室/Server/bin/cat
简易聊天室/Server/src/cat
简易聊天室/Client/.settings
简易聊天室/Client/bin
简易聊天室/Client/images
简易聊天室/Client/sounds
简易聊天室/Client/src
简易聊天室/Server/.settings
简易聊天室/Server/bin
简易聊天室/Server/src
简易聊天室/Client
简易聊天室/Server
简易聊天室

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com