Uses of Package
ix.util.http

Packages that use ix.util.http
ix.iserve   
ix.util.http   
 

Classes in ix.util.http used by ix.iserve
HttpServer
          An HTTP 1.1 server that can serve static content (files) and also supports servlets.
 

Classes in ix.util.http used by ix.util.http
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.
HttpRequestException
           
HttpUtilities
          Provides some utility methods for HTTP-related code.