Package org.eclipse.jetty.http.content
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 org.eclipse.jetty.http.content.HttpContent
HttpContent.Factory, HttpContent.Wrapper -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.http.content.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.http.content.HttpContent
getBytesOccupied
-
Constructor Details
-
ValidatingNotFoundContent
-
-
Method Details
-
isValid
public boolean isValid()- Specified by:
isValidin interfaceCachingHttpContentFactory.CachingHttpContent- Overrides:
isValidin classCachingHttpContentFactory.NotFoundHttpContent
-