Package ix.util.http

HTTP utilities.

See:
          Description

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.
 

Exception Summary
HttpRequestException Indicates that an HTTP request should return a given error status and reason.
 

Package ix.util.http Description

HTTP utilities.