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