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()
long
boolean
isValid()
void
release()
void
setLastAccessedNanos
(long nanosTime) Methods inherited from interface org.eclipse.jetty.http.content.HttpContent
getCharacterEncoding, getContentEncoding, getContentEncodingValue, getContentLength, getContentLengthValue, getContentType, getContentTypeValue, getETag, getETagValue, getLastModified, getLastModifiedInstant, getMimeType, getPreCompressedContentFormats, getResource, writeTo
-
Method Details
-
getLastAccessedNanos
long getLastAccessedNanos() -
setLastAccessedNanos
void setLastAccessedNanos(long nanosTime) -
getKey
String getKey() -
isValid
boolean isValid() -
release
void release()
-