登录
首页 » Windows_Unix » Http

Http

于 2009-04-18 发布 文件大小:845KB
0 184
下载积分: 1 下载次数: 11

代码说明:

  RFC 1945 Http1.0协议实现。对协议进行了完整面向对象设计,并实现简单的Http服务器与客户端。源码行数达4000行。(This is the source codes (over 4000 lines) about an implementation of Http 1.0 protocal with java. The object-oriented design is strictly specified by RFC-1945. And simple versions of http client and server are also included.)

文件列表:

Http
....\.classpath
....\.project
....\bin
....\...\Client.class
....\...\edu
....\...\...\sysu
....\...\...\....\http
....\...\...\....\....\impl
....\...\...\....\....\....\HttpClientConnection.class
....\...\...\....\....\....\HttpEntity.class
....\...\...\....\....\....\HttpEntityHeader.class
....\...\...\....\....\....\HttpGeneralHeader.class
....\...\...\....\....\....\HttpGetHandler.class
....\...\...\....\....\....\HttpHeader.class
....\...\...\....\....\....\HttpMessage.class
....\...\...\....\....\....\HttpMethod.class
....\...\...\....\....\....\HttpParameters.class
....\...\...\....\....\....\HttpRequest.class
....\...\...\....\....\....\HttpRequestHeader.class
....\...\...\....\....\....\HttpRequestLine.class
....\...\...\....\....\....\HttpResponse.class
....\...\...\....\....\....\HttpResponseHeader.class
....\...\...\....\....\....\HttpRules.class
....\...\...\....\....\....\HttpServerConnection.class
....\...\...\....\....\....\HttpSimpleRequest.class
....\...\...\....\....\....\HttpStatus$Status.class
....\...\...\....\....\....\HttpStatus.class
....\...\...\....\....\....\HttpStatusLine.class
....\...\...\....\....\....\HttpType.class
....\...\...\....\....\....\HttpVersion.class
....\...\...\....\....\intf
....\...\...\....\....\....\HttpConnection.class
....\...\...\....\....\....\HttpHandler.class
....\...\...\....\....\util
....\...\...\....\....\....\FileFilter.class
....\...\...\....\....\....\HttpGrammarException.class
....\...\...\....\....\....\HttpMediaTypeManager$HttpMediaTypeManagerSingletonHolder.class
....\...\...\....\....\....\HttpMediaTypeManager.class
....\...\...\....\....\....\HttpRegex.class
....\...\...\....\....\....\HttpResourceException.class
....\...\...\....\....\....\HttpResponseException.class
....\...\...\....\....\....\HttpService$HttpServiceSingletonHolder.class
....\...\...\....\....\....\HttpService.class
....\...\...\....\....\....\ParseInput$ParseInputSingletonHolder.class
....\...\...\....\....\....\ParseInput.class
....\...\HttpServerThread.class
....\...\Server.class
....\...\SingleThreadServer.class
....\build.bat
....\ClientRoot
....\..........\temp.txt
....\doc
....\...\allclasses-frame.html
....\...\allclasses-noframe.html
....\...\constant-values.html
....\...\deprecated-list.html
....\...\edu
....\...\...\sysu
....\...\...\....\http
....\...\...\....\....\impl
....\...\...\....\....\....\HttpClientConnection.html
....\...\...\....\....\....\HttpEntity.html
....\...\...\....\....\....\HttpEntityHeader.html
....\...\...\....\....\....\HttpGeneralHeader.html
....\...\...\....\....\....\HttpGetHandler.html
....\...\...\....\....\....\HttpHeader.html
....\...\...\....\....\....\HttpMessage.html
....\...\...\....\....\....\HttpMethod.html
....\...\...\....\....\....\HttpParameters.html
....\...\...\....\....\....\HttpRequest.html
....\...\...\....\....\....\HttpRequestHeader.html
....\...\...\....\....\....\HttpRequestLine.html
....\...\...\....\....\....\HttpResponse.html
....\...\...\....\....\....\HttpResponseHeader.html
....\...\...\....\....\....\HttpRules.html
....\...\...\....\....\....\HttpServerConnection.html
....\...\...\....\....\....\HttpSimpleRequest.html
....\...\...\....\....\....\HttpStatus.html
....\...\...\....\....\....\HttpStatus.Status.html
....\...\...\....\....\....\HttpStatusLine.html
....\...\...\....\....\....\HttpType.html
....\...\...\....\....\....\HttpVersion.html
....\...\...\....\....\....\package-frame.html
....\...\...\....\....\....\package-summary.html
....\...\...\....\....\....\package-tree.html
....\...\...\....\....\intf
....\...\...\....\....\....\HttpConnection.html
....\...\...\....\....\....\HttpHandler.html
....\...\...\....\....\....\package-frame.html
....\...\...\....\....\....\package-summary.html
....\...\...\....\....\....\package-tree.html
....\...\...\....\....\util
....\...\...\....\....\....\FileFilter.html
....\...\...\....\....\....\HttpGrammarException.html
....\...\...\....\....\....\HttpMediaTypeManager.html
....\...\...\....\....\....\HttpRegex.html
....\...\...\....\....\....\HttpResourceException.html
....\...\...\....\....\....\HttpResponseException.html
....\...\...\....\....\....\HttpService.html

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 文章管理系统,基于web的.
    文章管理系统,基于web的.-article management system, web-based.
    2023-05-26 07:05:03下载
    积分:1
  • windows sockect实现命令回显
    使用服务器监听套接字,然后把从客户端发送的命令执行并把执行结果通过套接字会送给客户端运行时开启套接字信息tcpSer.exe客户端为:tcpCli.exe ip command
    2022-07-22 05:04:11下载
    积分:1
  • BP
    利用BP算法实现简单的多层感知器网络,用于实现非线性不可分模式的分类问题,以及非线性函数逼近问题。(A simple multi-layer perceptron network based on BP algorithm is used to classify non-linear inseparable patterns and approximate non-linear functions.)
    2019-04-21 17:29:02下载
    积分:1
  • VB-asm-Packge
    VB纯代码,内嵌汇编,对指定进程发送网络数据包。(VB pure code inline assembler, network packet sent to the specified process.)
    2013-03-31 13:57:41下载
    积分:1
  • 软件名称 锐通大型电子购物系统 运行环境 ASP环境 软件语言 国产软件 整理时间 2004
    软件名称 锐通大型电子购物系统 运行环境 ASP环境 软件语言 国产软件 整理时间 2004-8-15 15:07:33 软件类型 ASP源码 程序主页 http://xrlt.yeah.net 授权方式 免费软件 联系作者 http://www.idler-et.com/comic-et/home/ 软件大小 663 KB 界面预览 没有预览图片 软件等级 解压密码 本站默认解压密码:www.ttxx.com 下载统计 本日下载:3 本周下载:4 本月下载:11 总共下载:170 ∷软件简介∷ 完全仿照8848网站设计的网上购物系统,功能真够强大,不必做太多的说明,如果你去过8848,便会对此有比较深刻的了解。-software title creaton large electronic shopping system operating environment ASP software languages domestic software collation time 2004-8-15 15:07:33 ASP source software types procedures Home http://xrlt.yeah.net free software license, contact the author http :// www.idler-et.com/comic-et/home/ size 663 KB software interface preview images without preview decompression software grade default password site decompression Password : www.ttxx.com download the Download : Download 3 this week : 4 Download this month : a total of 11 downloads : 170 software brief entirely modeled on the 8848 web design online shopping system, functions were very powerful, not to do too much, if you we
    2022-01-31 03:36:22下载
    积分:1
  • c#的CSDN离线助手
    c#编的CSDN离线助手-series CSDN offline aides
    2022-02-02 12:17:55下载
    积分:1
  • TCP、Winsock
    tcp、winsock编程-tcp, winsock program
    2022-03-20 19:32:33下载
    积分:1
  • zqydt631
    qpsk的simulink仿真 可看ber性能等参数()
    2018-06-07 20:40:49下载
    积分:1
  • xx
    说明:  蓝色的阿里云用户后台管理模板html源码( 蓝色的阿里云用户后台管理模板html源码 Blue Ali cloud user background management templates HTML source)
    2017-03-06 11:38:05下载
    积分:1
  • uipc_usrreq
    prototype for fake vnode numbers used by sockets and specfs.
    2015-12-02 21:07:35下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载