Uses of Interface
org.codehaus.httpcache4j.payload.Payload

Packages that use Payload
org.codehaus.httpcache4j   
org.codehaus.httpcache4j.payload   
 

Uses of Payload in org.codehaus.httpcache4j
 

Methods in org.codehaus.httpcache4j that return Payload
 Payload HTTPRequest.getPayload()
           
 Payload HTTPResponse.getPayload()
           
 

Methods in org.codehaus.httpcache4j with parameters of type Payload
 HTTPRequest HTTPRequest.payload(Payload payload)
           
 

Constructors in org.codehaus.httpcache4j with parameters of type Payload
HTTPResponse(Payload payload, Status status, Headers headers)
           
 

Uses of Payload in org.codehaus.httpcache4j.payload
 

Classes in org.codehaus.httpcache4j.payload that implement Payload
 class ByteArrayPayload
           
 class ClosedInputStreamPayload
           
 class FilePayload
          Payload that accepts a file with mimetype.
 class InputStreamPayload
          Represents a payload that is backed by a one-shot inputstream.
 



Copyright © 2008-2009. All Rights Reserved.