搜索资源列表
java web ftp client
- 网页ftp客户端。在网页上实现ftp上传下载功能-website ftp client. On the website of achieving ftp upload download
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
JAVA-FTPClient
- 是很不错的FTP客户端的JAVA源代码-is very good FTP client Java source code
myftp
- ftp客户端,java开发,图形界面,多线程并发-ftp client, java development, graphical interface, multi-threaded concurrency
JAVA+Socketchat
- java socket多线程聊天室程序,服务器和客户端之间实现通信-java socket multi-threaded chat rooms, servers and client communications between
wnftpsrc
- Windows ftp客户端 -Windows ftp client
Java_Http_Client
- 这是用JAVA的SOCKET类实现的HTTP CLIENT的代码。通过它可以让原来很头疼的事情现在轻松的解决,例如你不再管是HTTP或者HTTPS的通讯方式,告诉它你想使用HTTPS方式,剩下的事情交给httpclient替你完成。-This is the SOCKET with JAVA class implements the HTTP CLIENT code. It allows the original adoption of a headache now things easy sol
MsgSend
- socket聊天室,有SERVER端和CLIENT端,先运行SERVER端,再运行CLIENT端可多次添加用户,各用户可以自由聊天,有聊天记录显示!-socket chat rooms, has SERVER and CLIENT client-side, first run the SERVER side, and then run the client CLIENT add multiple users, the users are free to chat, have a chat rec
java
- 基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used t
POP-client
- POP3 Gateway - E-mail middleware for remotely hosted websites by J.A. Korsmeyer, Inc. POP3 to SMTP gateway and XMLdb extractor - POP3 Gateway is the leading platform independent solution for automatically replicating e-mail, e-commerce data and webfo
ChipChat(Java)
- 局域网聊天 分为客服端和服务端 系统要求:安有JDK1.5的windows操作系统 运行步骤: 1 确保server.jar和start.cmd在同一个目录下。 2 在启动服务器端之前,务必先运行start.cmd,启动rmiregistry. 3 然后可以直接运行JAR文件——Client.jar、server.jar。 4 在server的界面中,第一个按钮为启动服务器按钮,点击之即可启动服务器。-LAN is divided into custo
SmtpClient
- SMTP邮件客户端,提供简单邮件发送功能 Java编写SMTP mail client, Java provides a simple mail function of the preparation-SMTP mail client, Java provides a simple mail function of the preparation
UDP(Java)
- This file contains UDP sockets in java. It includes client Program as well as Server Program.
Java-udp
- 采用UDP协议,编写一个Java网络应用程序,该应用分服务器端程序和客户端程序两部分。* 客户端指定一个服务器上的文件名,让服务器发回该文件的内容,或者提示文件不存在。(服务端程序和客户端程序分别命名为Server.java和Client.java)*/-Using UDP protocol, write a Java Web application, the application sub-server-side program and client program in two parts.
chat_everywhere-client-java-1.0.0.tar
- 基于JAVA的 网络即时通讯系统 实现了类似与QQ的聊天基本功能
Client.java
- 用socket在客户端与服务器建立连接,这里只写了客户端程序。-Establish a connection with the client and the server socket, here only to write the client program.
Java的UDP通讯
- 使用java实现UDP编程,需要同时运行文件中的server和client文件。实现客户端和服务器的通讯和接收。(Using java to achieve UDP programming, you need to run files in the server and client files. Realize the communication and reception between client and server.)
DrClient
- java版Drcom宽带认证客户端,配置后认证服务器ip后,可直接使用。(Campus network Dr.COM login client java version, convenient for users to do other platforms to develop and use.)
telnet-client
- telnet client java lib
Client
- 多线程,使用java gui进行界面的实现(Multi-threaded, using java gui interface)