Package org.eclipse.jetty.http.content
Class ValidatingCachingHttpContentFactory.ValidatingCachedContent
java.lang.Object
org.eclipse.jetty.http.content.HttpContent.Wrapper
org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
org.eclipse.jetty.http.content.ValidatingCachingHttpContentFactory.ValidatingCachedContent
- All Implemented Interfaces:
CachingHttpContentFactory.CachingHttpContent
,HttpContent
- Enclosing class:
- ValidatingCachingHttpContentFactory
protected class ValidatingCachingHttpContentFactory.ValidatingCachedContent
extends CachingHttpContentFactory.CachedHttpContent
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http.content.HttpContent
HttpContent.Factory, HttpContent.Wrapper
-
Constructor Summary
ConstructorDescriptionValidatingCachedContent
(String key, HttpContent httpContent, long validationTime) -
Method Summary
Methods inherited from class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
getByteBuffer, getBytesOccupied, getCharacterEncoding, getContentLength, getContentLengthValue, getETag, getETagValue, getKey, getLastAccessedNanos, getLastModified, getLastModifiedInstant, getLastModifiedValue, getMimeType, getPreCompressedContentFormats, release, retain, setLastAccessedNanos
Methods inherited from class org.eclipse.jetty.http.content.HttpContent.Wrapper
getContentEncoding, getContentEncodingValue, getContentType, getContentTypeValue, getResource, getWrapped, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.http.content.HttpContent
getContentEncoding, getContentEncodingValue, getContentType, getContentTypeValue, getResource
-
Constructor Details
-
ValidatingCachedContent
-
-
Method Details
-
isValid
public boolean isValid()- Specified by:
isValid
in interfaceCachingHttpContentFactory.CachingHttpContent
- Overrides:
isValid
in classCachingHttpContentFactory.CachedHttpContent
-