Uses of Package
com.flat502.rox.http

Packages that use com.flat502.rox.http
com.flat502.rox.client Client-side API and supporting classes. 
com.flat502.rox.http Utility classes for packing and unpacking HTTP messages. 
com.flat502.rox.marshal.cgi   
com.flat502.rox.processing Central location for shared client- and server-side processing logic. 
com.flat502.rox.server Server-side API and supporting classes. 
 

Classes in com.flat502.rox.http used by com.flat502.rox.client
HttpMessageBuffer
          Abstract base class for a buffer built up from one or more network messages, and containing an HTTP message.
HttpRequest
          This class represents an HTTP request and supports streaming that request out to an indicated stream.
HttpResponseBuffer
          This class represents a buffer built up from one or more network messages, and containing an HTTP response.
 

Classes in com.flat502.rox.http used by com.flat502.rox.http
HttpBufferException
          Indicates a problem during unpacking and validating of an HttpMessageBuffer instance.
HttpMessage
          This class represents an abstract HTTP message and provides support for various aspects of an HTTP message common to both requests and responses.
HttpMessageBuffer
          Abstract base class for a buffer built up from one or more network messages, and containing an HTTP message.
HttpMessageException
           
HttpRequestBuffer
          This class represents a buffer built up from one or more network messages, and containing an HTTP request.
HttpResponse
          This class represents an HTTP response and supports streaming that request out to an indicated stream.
HttpResponseException
           
 

Classes in com.flat502.rox.http used by com.flat502.rox.marshal.cgi
MethodCallURI
          A simple wrapper for URI for decomposing a URI into the components we expect when mapping a GET request onto an XML-RPC method call handler.
 

Classes in com.flat502.rox.http used by com.flat502.rox.processing
HttpMessageBuffer
          Abstract base class for a buffer built up from one or more network messages, and containing an HTTP message.
ProcessingException
          Encapsulates a general processing exception.
 

Classes in com.flat502.rox.http used by com.flat502.rox.server
HttpBufferException
          Indicates a problem during unpacking and validating of an HttpMessageBuffer instance.
HttpMessageBuffer
          Abstract base class for a buffer built up from one or more network messages, and containing an HTTP message.
HttpRequestBuffer
          This class represents a buffer built up from one or more network messages, and containing an HTTP request.
HttpResponse
          This class represents an HTTP response and supports streaming that request out to an indicated stream.
HttpResponseException