December 2015
Intermediate to advanced
292 pages
6h 16m
English
In this chapter, we will explore the process of developing a client/server application that is primarily oriented around HTTP. This is an important protocol, and it serves as the primary communication medium for a multitude of applications. We will examine the protocol, the requirements placed on a client, and the requirements placed on a server for various versions of the protocol.
Specifically, we will:
HttpURLConnect and HTTPServer classes to create an HTTP serverHTTP servers are used extensively, ...
Read now
Unlock full access