protected static class DataCache.DocumentData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
contentType
The content-type header value
|
protected java.io.File |
data
The cache file for the data
|
protected java.lang.String |
referralURI
The referral URI
|
protected int |
responseCode
The response code
|
| Constructor and Description |
|---|
DocumentData(java.io.File data,
int responseCode,
java.lang.String contentType,
java.lang.String referralURI)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
Get the contentType
|
java.io.File |
getData()
Get the data
|
java.lang.String |
getReferralURI()
Get the referral URI
|
int |
getResponseCode()
Get the response code
|
protected java.io.File data
protected int responseCode
protected java.lang.String contentType
protected java.lang.String referralURI