|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.CacheRequest
public abstract class CacheRequest
CacheRequest provides channels for storing resource data in the
ResponseCache. Protocol handler calls the
OutputStream which is supplied by CachedRequest object, to
store the resource data into the cache. It also allows the user to interrupt
and abort the current store operation by calling method abort.
If IOException occurs while reading the response or writing data to the
cache, the current cache store operation will be abandoned.
| Constructor Summary | |
|---|---|
CacheRequest()
Constructor method. |
|
| Method Summary | |
|---|---|
abstract void |
abort()
Aborts the current cache operation. |
abstract OutputStream |
getBody()
Returns an OutputStream, which is used to write the
response body. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheRequest()
| Method Detail |
|---|
public abstract void abort()
public abstract OutputStream getBody()
throws IOException
Returns an OutputStream, which is used to write the
response body.
OutputStream which is used to write the
response body.
IOException - if an I/O error is encountered during writing response body
operation.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||