|
Class Summary |
| HelloServlet |
Test servlet. |
| HttpObjectClient |
Makes HTTP requests that can be regarded as sending an object
and receiving one in reply. |
| HttpObjectServlet |
Handles HTTP requests that can be regarded as sending an object
and receiving one in reply. |
| HttpServer |
An HTTP 1.1 server that can serve static content (files) and
also supports servlets. |
| HttpStringClient |
Makes HTTP requests that can be regarded as sending a string
and receiving one in reply. |
| HttpStringServlet |
Handles HTTP requests that can be regarded as sending a string
and receiving one in reply. |
| HttpUtilities |
Provides some utility methods for HTTP-related code. |