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

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

Uses of Payload in org.codehaus.httpcache4j
 

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

Methods in org.codehaus.httpcache4j with parameters of type Payload
 void HTTPRequest.setPayload(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 FilePayload
           
 class InputStreamPayload
           
 

Uses of Payload in org.codehaus.httpcache4j.resolver
 

Methods in org.codehaus.httpcache4j.resolver that return Payload
 Payload PayloadCreator.createPayload(Headers headers, java.io.InputStream stream)
          Creates a payload useable by the response.
 



Copyright © 2008. All Rights Reserved.