搜索资源列表
Java2Web
- 用Java实现Web服务器连接:Web浏览器与Web服务器建立连接。2.请求:Web浏览器通过socket向Web服务器提交请求。3.应答:Web浏览器提交请求后,通过HTTP传送给Web服务器。Web服务器接到请求后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面。4.关系连接:当应答结束后,Web浏览器与Web服务器必须断开,以保证其它Web浏览器能够与Web服务器建立连接。-Java Web server : Web browsers and
WebServer-127
- 用java开发的,支持jsp,高性能小型http服务器。-java development with the support of jsp, high-performance mini - http server.
http_server_java
- 一个用java实现的http服务器端例程,源代码。-use a java realized http server routines, the source code.
WebServer
- 這是Java寫的WebServer,可以當作http server,算是很簡易的一個程式,初期學習網路的人可以使用他來學習。
TiniHttpServer10
- java写的一个很小但是实用的http server-written a small but practical http server
j-nio-http-server-source
- 基于java nio实现的http服务器,多线程,性能通过测试,正在研究nio或者服务器的朋友可以看下
Java_net(1-11)20031225
- 掌握网络基础概念利用Java语言在传输层进行编程UDP、TCP利用Java语言在应用层进行编程SMTP、POP3、HTTP掌握服务器端编程技术Servlet利用Java语言进行简单的分布式计算RMI、CORBA-grasp the concept of network infrastructure using Java language in the transport layer programming UDP, TCP use the Java language in the applica
简易java框架开源论坛系统
- 简易java(easyjf)框架开源论坛系统(测试版)在tomcat5.0上安装说明 www.easyjf.com 简易java框架--简易、实用才是硬道理! 简易java框架开源论坛系统拥有常用论坛系统的基本功能,集前台后台代码为一体,支持UBB代码。该论坛系统使用基于OO的方法设计,采用多层B/S构架,数据库持久层主要使用本网的简易数据库开源框架EasyJDO,Web层使用EasyJWeb框架,java代码与页面完全分
miniserver4j-0.1
- miniServer4J 是一个简洁小巧的 HTTP WEB 应用服务器。 其底层基于 JRE6.0 Networking 模块的 com.sun.net.httpserver 工具包提供对 HTTP 协议层提供支持, 在此基础上对上层应用程序提供标准的 Java Servlet 支持。-miniServer4J is a simple and compact HTTP WEB application server. Based on its bottom JRE6.0 Networking t
httpserver
- 通过JAVA做的简单的HTTP服务器,包括一些基本的协议-JAVA done through a simple HTTP server, including some of the basic agreement
taskmanager0.65
- 用java 实现的一个任务管理器,分客户端服务端,可以管理和监控远程任务(任务如:打开一个http连接,执行一个本地命令)-Using java to achieve a task manager, sub-client server, you can manage and monitor remote tasks (tasks such as: open a http connection, the implementation of a local order)
src
- Java HTTP Server and Client - easy to configure (Client is multithreaded for load testing)-Java HTTP Server and Client- easy to configure (Client is multithreaded for load testing)
RabbIT3-src.tar
- 一款Java实现的HTTP代理服务器,兼容HTTP/1.1,支持SSL链接。RabbIT可以通过过滤背景图片,降低图片的解析率来加速网络浏览的速度。-new Java HTTP proxy server and is compatible with HTTP/1.1, support SSL link. RabbIT can filter background pictures, pictures of analytic lower rates to accelerate the speed o
HTTPServer
- 用java语言学习写的一个httpserver,有基本的功能,适合初学http server的参考-Java language learning to write with a httpserver, basic features, suitable for beginner reference http server
Flex-3-with-Java-June-2009
- (Including Source Code) Rich Internet applications (RIAs) are a new breed of web applications that are capable of doing things such as loading and handling heavy data ten times faster than HTTP, designing great-looking and sophisticated user interf
java--http--web-server
- 一个用java实现的http服务器的源代码-code of http server
http-server-and-client
- 该程序是用java编写的一个http服务器和客户端程序,纯属原创,供大家参考和学习-The program is written in a java http server and client programs, is purely original, for your reference and learning
Java-http-server
- 根据java开发非阻塞的Http服务器文档中的内容,手动打出其中代码,提供给广大码农们。-According to the development of non-blocking java Http Server document content, which played manually code available to the majority of farmers who code.
java-httpserver-master
- simply implemented the http server by java-java http server sample
httpServer2017080301
- http服务器,勇于接受http请求并解密,http用base64加密了信息(HTTP server, the courage to accept HTTP request and decrypt, HTTP encrypted with Base64 information)