![]() |
||||
![]()
|
||||
| Page 1 2 3 4 >> | ||||
|
|
Java - Web
Server OK, that makes more sense. Here's what happened.
So client
sends Method, Requested Resource and Http Version. For more detail specification about http request, please read http specification which can be found at www.w3.org. The server
receives that character based request, read in necessary parameters, lookup
on the resource requested, and send back response header followed by the
actual contents. 1. ServerSocket
is created with a port 80 as a parameter |
|||