搜索资源列表
DatagramPacketDemo
- Socket应用程序(使用数据报的客户端和服务器的程序代码, 在运行服务器程序的窗口中作为输入内容输入的字符串在客户端的窗口中显示.)-Socket applications (data of the client and server code. the server program running as a window of the imported input string on the client window display.)
Socket转发工具_Oracle
- 实现Oracle客户端和Oracle服务器中间转发的Java源代码.*注:使Window下Oracle数据和侦听端口共享,需要在注册HOME0表中加USE_SHARED_SOCKET=TRUE即可-Oracle client and the Oracle server transmitted among Java source code .* Note : Window to enable Oracle data and the interception of port sharing, the
Chat
- An implementation of Chat by applet in a window html using socket (Java (Eclipse Project-An implementation of Chat by applet in a window html using socket (Java (Eclipse Project))
CLIENT
- a socket java of a client for an application of client/server which is used like a window for chat
LANChatProgram
- 局域网聊天程序:一个以Socket通信机制为基础的网络聊天程序。 服务器端: 多线程方式处理客户端,负责响应客户端的各种信息:用户登录、客户端请求处理。 客户端: (1)、负责用户界面初始化、为用户提供登录界面、将信息发送至服务器、接受服务器反馈,实时显示信息。 (2)、负责实现用户界面的各种组件事件的处理。 (3)、当用户单击好友图标时,将初始化新的聊天窗口,并通过UDP建立与其他用户的通信。当用户收到其他用户发来的数据报,将在本地初始化新的对话窗口,并开始通信。-LA
CHATROOM
- 摘要:Java源码,网络相关,聊天程序 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。
Chatroom
- 通过java的socket功能实现不同client通过server进行信息交流。server窗口会对信息进行记录和保存。-Achieve different client through the java socket server functionality through the exchange of information. server information window will be recorded and saved.
public-talk
- java实现简单公共聊天功能,socket编程,先启动一个服务,然后可以启动多个客户窗口。-java simple chat function, socket programming, start a service, and then you can start multiple client window.
Socket
- 简单的服务器与客户端的消息传递,窗口化界面-Simple messaging server and client window interface
socket
- 可以实现窗口多人通话,并且显示IP地址,实时显示时间(Can realize the window multi person call, and display IP address, real-time display time)