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