搜索资源列表
yongjavashixianduandianxuchuan
- 用Java实现断点续传(HTTP) )断点续传的原理 其实断点续传的原理很简单,就是在Http的请求上和一般的下载有所不同而已。 打个比方,浏览器请求服务器上的一个文时,所发出的请求如下: -using Java HTTP (HTTP)) HTTP fact, the principle of HTTP principle is simple enough. Shan is the Http requests and generally download some variat
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
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
HttpServer0.6
- WEB服务器,实现了200,304,404状态码的正确响应。-WEB server, 200,304,404 achieved the correct response status code.
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
HTTPPRMI
- 本代码包含了java编写的HTTP客户端,HTTP服务器,以及RMI客户端和服务器-This code contains a HTTP client written in Java, HTTP server, and RMI clients and servers
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)
MyHttpProxy
- 一个简单的HTTP代理服务器。。。。。。。。。。。。。。。。(A simple HTTP proxy server)