Package org.eclipse.jetty.http.content
Interface CachingHttpContentFactory.CachingHttpContent
- All Superinterfaces:
HttpContent
- All Known Implementing Classes:
CachingHttpContentFactory.CachedHttpContent,CachingHttpContentFactory.NotFoundHttpContent,ValidatingCachingHttpContentFactory.ValidatingCachedContent,ValidatingCachingHttpContentFactory.ValidatingNotFoundContent
- Enclosing class:
- CachingHttpContentFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http.content.HttpContent
HttpContent.Factory, HttpContent.Wrapper -
Method Summary
Modifier and TypeMethodDescriptiongetKey()longbooleanisValid()booleanretain()voidsetLastAccessedNanos(long nanosTime) Methods inherited from interface org.eclipse.jetty.http.content.HttpContent
getByteBuffer, getBytesOccupied, getCharacterEncoding, getContentEncoding, getContentEncodingValue, getContentLength, getContentLengthValue, getContentType, getContentTypeValue, getETag, getETagValue, getLastModified, getLastModifiedInstant, getLastModifiedValue, getMimeType, getPreCompressedContentFormats, getResource, release
-
Method Details
-
getLastAccessedNanos
long getLastAccessedNanos() -
setLastAccessedNanos
void setLastAccessedNanos(long nanosTime) -
getKey
String getKey() -
isValid
boolean isValid() -
retain
boolean retain()
-