搜索资源列表
-
1下载:
用Java实现Web服务器
本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
-
-
0下载:
一个java 的 socket编程 服务器端监听的类-a java programming socket server type of eavesdropping
-
-
0下载:
本程序服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与-the server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple
-
-
0下载:
java写的基于socket的web聊天室,客户端使用浏览器,使用时请把index.html中的ip地址127.0.0.1改成服务器所在机子的地址-java write socket based web chat rooms, clients use the browser, Please use index.html ip address of 127 .0.0.1 into the server is located loom Address
-
-
0下载:
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
-
-
0下载:
一个基于Java编写的Socket程序,提供简单的FTP功能实现
This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.
Knowledge of socket programming, applet, AWT, thread, and IO str
-
-
0下载:
Sample UDP Socket Client/Server For Java version
-
-
2下载:
基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used t
-
-
0下载:
Java 基于socket通讯的聊天室~
有Server短和Client,多线程可以同时一对多聊天~-Java-based chat room communications socket ~ There Server is very short and the Client, at the same time one-to-many multi-threaded chat ~
-
-
0下载:
是小程序 客户端发送 在服务器断显示 纯java写的 采用socket通信-Is a small program to send the client the server shows off the use of pure java write socket communication
-
-
0下载:
java 实现Socket编程 多个客户端和服务器端 通信-Socket programming java achieve multiple clients and server-side communication
-
-
0下载:
服务端socket,通过监听某一端口实现多线程通信的socket源代码-Server socket, through the listening port to achieve a multi-threaded communication socket source code
-
-
0下载:
java实现socket通信的客户端源代码,监听端口号必须与服务器所开通端口一致-java socket communication to achieve the client source code, listening port number must be consistent with the server by opening port
-
-
0下载:
用java的SWT 实现soket的通信!其中包括客户端与服务器简单的通信-Achieved using the SWT java soket communication! Including a simple client and server communication
-
-
0下载:
java实现的server socket编程-java server socket
-
-
0下载:
使用java编写的基于socket的服务器,使用TCP/IP协议,接收一方客户端的消息,进行解包,寻找到目标客户端,进行转发。-Use java-based socket server using TCP/IP protocol, to receive one of the client' s message, unpack, looking to the target client for forwarding.
-
-
0下载:
Socket 服务器用于实现TCP/IP协议下的单线程服务器访问-Socket server Used to implement TCP/IP protocol under the single-threaded server access
-
-
0下载:
用socket在客户端与服务器建立连接,这里只写了客户端程序。-Establish a connection with the client and the server socket, here only to write the client program.
-
-
0下载:
mina 通信框架,实现java server 和 client 非阻塞socket通信,修改设置ip、端口即可实现通信,很实用的学习例程(Mina communication framework, to achieve server and client non blocking socket communication, modify settings IP, ports can achieve communication, very practical learning routines)
-
-
0下载:
HP-Socket 是一套通用的高性能 TCP/UDP/HTTP 通信框架,包含服务端组件、客户端组件和Agent组件,广泛适用于各种不同应用场景的 TCP/UDP/HTTP 通信系统,提供 C/C++、C#、Delphi、E(易语言)、Java、Python 等编程语言接口。HP-Socket 对通信层实现完全封装,应用程序不必关注通信层的任何细节;HP-Socket 提供基于事件通知模型的 API 接口,能非常简单高效地整合到新旧应用程序中。(HP-Socket is a general-p
-