package com.wenqier.get; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.ServerSocket; import java.net.Socket; import javax.swing.JLabel; import javax.swing.JTextArea; /** * 接收客户端的消息 * @author wenqier * */ public class GetMessage extends Thread { private int i; String v; JLabel label = null; private JTextArea text; public GetMessage(int i, JTextArea text) { this.i = i; this.text = text; } public void run() { try { ServerSocket so = new ServerSocket(i); Socket s = so.accept(); while (true) { InputStreamReader i = new InputStreamReader(s.getInputStream()); BufferedReader b = new BufferedReader(i); v = b.readLine(); text.append("对方说:" + v + "\n"); } } catch (IOException e) { text.append("对方下线了。。。"); } } }
最近下载更多
huevnn LV5
2022年6月16日
xingbing LV9
2022年1月28日
tangjj7260 LV18
2021年12月10日
wxk666 LV2
2021年9月23日
Aldrin LV1
2021年4月29日
gdszmgdszmgdszm LV1
2021年1月11日
wy7481793900 LV18
2020年11月10日
1798672867 LV21
2020年10月8日
wudishan123 LV2
2020年6月14日
我xxx最棒 LV1
2020年4月26日
最近浏览更多
12447680 LV1
4月1日
uni-code_0123 LV1
1月31日
陈小灏 LV15
2023年12月27日
fuyouou LV5
2023年6月29日
2017143155 LV12
2023年6月24日
didnxjdjfhdk
2023年6月20日
暂无贡献等级
臧家旺 LV3
2023年4月27日
gzryue LV6
2023年3月8日
kang1919
2023年2月24日
暂无贡献等级
yohohero LV1
2023年1月14日