Interface CachedResponse
-
- All Superinterfaces:
ClientResponse,Message,ProtocolConstants,Response
- All Known Implementing Classes:
CachedResponseBase,InMemoryCachedResponse
@Deprecated public interface CachedResponse extends ClientResponse
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.abdera.protocol.Response
Response.ResponseType
-
-
Field Summary
-
Fields inherited from interface org.apache.abdera.protocol.util.ProtocolConstants
NOCACHE, NOSTORE, NOTRANSFORM, ONLYIFCACHED, PRIVATE, PROXYREVALIDATE, PUBLIC, REVALIDATE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CachegetCache()Deprecated.longgetCachedTime()Deprecated.longgetCurrentAge()Deprecated.longgetFreshnessLifetime()Deprecated.longgetHowStale()Deprecated.longgetInitialAge()Deprecated.ObjectgetKey()Deprecated.longgetResidentAge()Deprecated.booleanisFresh()Deprecated.-
Methods inherited from interface org.apache.abdera.protocol.client.ClientResponse
getCharacterEncoding, getDocument, getDocument, getDocument, getDocument, getInputStream, getMethod, getReader, getReader, getServerDate, getUri, release, setInputStream
-
Methods inherited from interface org.apache.abdera.protocol.Message
getCacheControl, getContentLanguage, getContentLocation, getContentType, getDateHeader, getDecodedHeader, getDecodedHeaders, getHeader, getHeaderNames, getHeaders, getMaxAge, getSlug, isNoCache, isNoStore, isNoTransform
-
Methods inherited from interface org.apache.abdera.protocol.Response
getAge, getAllow, getContentLength, getEntityTag, getExpires, getLastModified, getLocation, getNoCacheHeaders, getPrivateHeaders, getSMaxAge, getStatus, getStatusText, getType, isMustRevalidate, isPrivate, isProxyRevalidate, isPublic
-
-
-
-
Method Detail
-
getKey
Object getKey()
Deprecated.
-
getCache
Cache getCache()
Deprecated.
-
getCachedTime
long getCachedTime()
Deprecated.
-
getInitialAge
long getInitialAge()
Deprecated.
-
getResidentAge
long getResidentAge()
Deprecated.
-
getCurrentAge
long getCurrentAge()
Deprecated.
-
getFreshnessLifetime
long getFreshnessLifetime()
Deprecated.
-
getHowStale
long getHowStale()
Deprecated.
-
isFresh
boolean isFresh()
Deprecated.
-
-