API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.net. CacheRequest View Source
Author(s)
Yingxian Wang
Since
1.5
Version
1.1, 03/09/22
Serial
Hierarchy
 Object
      CacheRequest
Implements
Subclasses
Description
publicabstract abstract class CacheRequest
  Represents channels for storing resources in the ResponseCache.
See also:   
Constructors
public CacheRequest ()
Methods
Hide/Show inherited methods
publicabstract void abort ()
  Aborts the attempt to cache the response.
publicabstract OutputStream getBody () throws IOException
  Returns an OutputStream to which the response body can be written.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar