May 2001
Intermediate to advanced
1088 pages
30h 13m
English
In this chapter
The HTTP protocol is one of the most important of all the Internet protocols because it runs the World Wide Web. Most of the time, a Web browser communicates with the Web server using the HTTP protocol. In some cases, the browser uses FTP and communicates with an FTP server, but overall, HTTP carries the bulk of Web traffic.
Although the URL and URLConnection classes let you access Web servers via HTTP, and Java Server Pages and servlets let you handle incoming HTTP requests, it's still useful to see how the HTTP protocol works.
Read now
Unlock full access