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 HttpContent
HttpContent.Factory, HttpContent.Wrapper -
Constructor Summary
ConstructorsConstructorDescriptionValidatingCachedContent(String key, HttpContent httpContent, long validationTime) -
Method Summary
Methods inherited from class CachingHttpContentFactory.CachedHttpContent
getByteBuffer, getBytesOccupied, getCharacterEncoding, getContentLength, getContentLengthValue, getETag, getETagValue, getKey, getLastAccessedNanos, getLastModified, getLastModifiedInstant, getLastModifiedValue, getMimeType, getPreCompressedContentFormats, release, retain, setLastAccessedNanosMethods inherited from class HttpContent.Wrapper
getContentEncoding, getContentEncodingValue, getContentType, getContentTypeValue, getResource, getWrapped, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface HttpContent
getContentEncoding, getContentEncodingValue, getContentType, getContentTypeValue, getResource
-
Constructor Details
-
ValidatingCachedContent
-
-
Method Details
-
isValid
public boolean isValid()- Specified by:
isValidin interfaceCachingHttpContentFactory.CachingHttpContent- Overrides:
isValidin classCachingHttpContentFactory.CachedHttpContent
-