文件名称:ssd8_exe1_code
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-05-21
- 文件大小:
- 13kb
- 下载次数:
- 0次
- 提 供 者:
- 徐**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
SSD8 exercise1 The purpose of this exercise is to build a simple Web client and a simple Web server—a server that responds only to the HTTP GET and PUT commands.
There are five steps for us to implement such a experiment:
1.Practice Manual HTTP Transactions
2.Build a simple HTTP/1.0 Client with a Command Line Interface
3.Build a simple HTTP/1.0 Server
4.Modify simple Web Server to accpt multiple,Concurrent Connections
5.Describe the differences between HTTP/1.0 and HTTP/1.1-The purpose of this exercise is to build a simple Web client and a simple Web server—a server that responds only to the HTTP GET and PUT commands.
There are five steps for us to implement such a experiment:
1.Practice Manual HTTP Transactions
2.Build a simple HTTP/1.0 Client with a Command Line Interface
3.Build a simple HTTP/1.0 Server
4.Modify simple Web Server to accpt multiple,Concurrent Connections
5.Describe the differences between HTTP/1.0 and HTTP/1.1
There are five steps for us to implement such a experiment:
1.Practice Manual HTTP Transactions
2.Build a simple HTTP/1.0 Client with a Command Line Interface
3.Build a simple HTTP/1.0 Server
4.Modify simple Web Server to accpt multiple,Concurrent Connections
5.Describe the differences between HTTP/1.0 and HTTP/1.1-The purpose of this exercise is to build a simple Web client and a simple Web server—a server that responds only to the HTTP GET and PUT commands.
There are five steps for us to implement such a experiment:
1.Practice Manual HTTP Transactions
2.Build a simple HTTP/1.0 Client with a Command Line Interface
3.Build a simple HTTP/1.0 Server
4.Modify simple Web Server to accpt multiple,Concurrent Connections
5.Describe the differences between HTTP/1.0 and HTTP/1.1
(系统自动生成,下载前可以参看下载内容)
下载文件列表
code
....\Client.class
....\Client.java
....\HeaderFromServer.java
....\Server.class
....\Server.java
....\ThreadedServer$ServerThread.class
....\ThreadedServer.class
....\ThreadedServer.java