Uses of Class
com.flat502.rox.http.HttpMessage

Packages that use HttpMessage
com.flat502.rox.http Utility classes for packing and unpacking HTTP messages. 
 

Uses of HttpMessage in com.flat502.rox.http
 

Subclasses of HttpMessage in com.flat502.rox.http
 class HttpRequest
          This class represents an HTTP request and supports streaming that request out to an indicated stream.
 class HttpResponse
          This class represents an HTTP response and supports streaming that request out to an indicated stream.