| |
|
| de.anomic.plasma.cache.IResourceInfo
All known Subclasses: de.anomic.plasma.cache.http.ResourceInfo, de.anomic.plasma.cache.ftp.ResourceInfo,
IResourceInfo | public interface IResourceInfo (Code) | | A class containing metadata about a downloaded resource
|
getCharacterEncoding | public String getCharacterEncoding()(Code) | | Returns the charset of the resource
returns the name of the charset or null if unknown |
getMimeType | public String getMimeType()(Code) | | Returns the mimetype of the cached object
mimetype |
getModificationDate | public Date getModificationDate()(Code) | | Returns the modification date of the cached object
the modifiaction date |
getRefererUrl | public yacyURL getRefererUrl()(Code) | | Returns the referer URL of this URL
referer URL |
ifModifiedSince | public Date ifModifiedSince()(Code) | | Specifies if the resource was requested with a
if modified since date
the Modified since -header field or null if the request didn't contain this field |
requestProhibitsIndexing | public boolean requestProhibitsIndexing()(Code) | | Specifies if the request prohibits indexing
whether indexing is proibited by this request |
requestWithCookie | public boolean requestWithCookie()(Code) | | Specifies if the resource was requested with
client specific information (e.g. cookies for http)
whether additional client specific information were passedalong the reuqest for this resource |
shallIndexCacheForCrawler | public String shallIndexCacheForCrawler()(Code) | | Determines if a resource that was downloaded by the crawler
is allowed to be indexed.
an error string describing the reason why theresourse should not be indexed or null if indexing is allowed |
shallIndexCacheForProxy | public String shallIndexCacheForProxy()(Code) | | Determines if a resource that was downloaded by the proxy
is allowed to be indexed.
an error string describing the reason why theresourse should not be indexed or null if indexing is allowed |
shallStoreCacheForProxy | public String shallStoreCacheForProxy()(Code) | | |
shallUseCacheForProxy | public boolean shallUseCacheForProxy()(Code) | | |
validResponseStatus | public boolean validResponseStatus(String responseStatus)(Code) | | |
|
|
|