Uses of Class
rabbit.io.HTTPInputStream

Packages that use HTTPInputStream
rabbit.http This package holds the classes that deal with the HTTP protocoll directly. 
rabbit.io This package holds the various IO streams that rabbit uses. 
 

Uses of HTTPInputStream in rabbit.http
 

Methods in rabbit.http that return HTTPInputStream
 HTTPInputStream HTTPHeader.getContentStream()
           
 

Methods in rabbit.http with parameters of type HTTPInputStream
 void HTTPHeader.setContentStream(HTTPInputStream in)
          Set the content for the request/response This is a way to set up handling of a chunked input request As a side effect the "Transer-Encoding" header is also set.
 

Uses of HTTPInputStream in rabbit.io
 

Methods in rabbit.io that return HTTPInputStream
 HTTPInputStream WebConnection.getInputStream()
          Get the InputStream.