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
getCharacterEncoding, getContentEncoding, getContentLength, getContentLengthValue, getContentType, getETag, getKey, getLastAccessedNanos, getLastModified, getLastModifiedInstant, getMimeType, getPreCompressedContentFormats, getResource, release, setLastAccessedNanos, writeToMethods 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
getContentEncodingValue, getContentTypeValue, getETagValue
-
Constructor Details
-
ValidatingNotFoundContent
-
-
Method Details
-
isValid
public boolean isValid()- Specified by:
isValidin interfaceCachingHttpContentFactory.CachingHttpContent- Overrides:
isValidin classCachingHttpContentFactory.NotFoundHttpContent
-