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