文件名称:chatWithTCP
介绍说明--下载内容均来自于网络,请自行研究使用
利用TCP实现多客户聊天系统
(1)服务器运行,多个客户端都能够连接到服务器,注意,客户端还可以输入昵称。当连上时,服务器显示连上的人的昵称;
(2)客户端界面上有两个文本框,上面的文本框负责输入昵称,下面的文本框负责输入聊天信息。当聊天信息输入后,单击“发送”按钮,能够让各个客户端都收到聊天信息,聊天信息打印在界面下方,在打印聊天信息的同时,还能够打印这条聊天信息是谁说的。
- Multi-client chat using TCP system (1) server, multiple clients can connect to the server, note that the client can also enter a nickname. When connected, the server shows the nickname of the person connected (2) client interface has two text boxes, the above is responsible for the text box enter a nickname, is responsible for the text box below enter the chat message. When the chat information input, click " Send" button to make all clients receive chat messages, chat messages printed on the screen below, print chat messages, while also able to print information on this chat who said.
(1)服务器运行,多个客户端都能够连接到服务器,注意,客户端还可以输入昵称。当连上时,服务器显示连上的人的昵称;
(2)客户端界面上有两个文本框,上面的文本框负责输入昵称,下面的文本框负责输入聊天信息。当聊天信息输入后,单击“发送”按钮,能够让各个客户端都收到聊天信息,聊天信息打印在界面下方,在打印聊天信息的同时,还能够打印这条聊天信息是谁说的。
- Multi-client chat using TCP system (1) server, multiple clients can connect to the server, note that the client can also enter a nickname. When connected, the server shows the nickname of the person connected (2) client interface has two text boxes, the above is responsible for the text box enter a nickname, is responsible for the text box below enter the chat message. When the chat information input, click " Send" button to make all clients receive chat messages, chat messages printed on the screen below, print chat messages, while also able to print information on this chat who said.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
聊天室_08030222_苏静
....................\.classpath
....................\.eclipseme
....................\.eclipseme.tmp
....................\..............\emulation
....................\..............\.........\MultiClientWithTCP.jad
....................\..............\.........\MultiClientWithTCP.jar
....................\..............\verified
....................\..............\........\classes
....................\..............\........\.......\ClientMIDlet.class
....................\..............\........\.......\ServerMIDlet$ClientChat.class
....................\..............\........\.......\ServerMIDlet.class
....................\..............\........\libs
....................\.project
....................\.settings
....................\.........\org.eclipse.jdt.core.prefs
....................\bin
....................\...\ClientMIDlet.class
....................\...\ServerMIDlet$ClientChat.class
....................\...\ServerMIDlet.class
....................\deployed
....................\MultiClientWithTCP.jad
....................\res
....................\src
....................\...\ClientMIDlet.java
....................\...\ServerMIDlet.java
....................\.classpath
....................\.eclipseme
....................\.eclipseme.tmp
....................\..............\emulation
....................\..............\.........\MultiClientWithTCP.jad
....................\..............\.........\MultiClientWithTCP.jar
....................\..............\verified
....................\..............\........\classes
....................\..............\........\.......\ClientMIDlet.class
....................\..............\........\.......\ServerMIDlet$ClientChat.class
....................\..............\........\.......\ServerMIDlet.class
....................\..............\........\libs
....................\.project
....................\.settings
....................\.........\org.eclipse.jdt.core.prefs
....................\bin
....................\...\ClientMIDlet.class
....................\...\ServerMIDlet$ClientChat.class
....................\...\ServerMIDlet.class
....................\deployed
....................\MultiClientWithTCP.jad
....................\res
....................\src
....................\...\ClientMIDlet.java
....................\...\ServerMIDlet.java