Package org.eclipse.jetty.server
Class CachedContentFactory.CachedHttpContent
java.lang.Object
org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- All Implemented Interfaces:
HttpContent
- Enclosing class:
CachedContentFactory
@Deprecated(since="2021-05-27")
public class CachedContentFactory.CachedHttpContent
extends Object
implements HttpContent
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
MetaData associated with a context Resource.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http.HttpContent
HttpContent.ContentFactory -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.longDeprecated.Deprecated.Deprecated.Deprecated.getETag()Deprecated.Deprecated.Deprecated.Deprecated.getKey()Deprecated.Deprecated.Deprecated.Deprecated.Map<CompressedContentFormat, ? extends HttpContent> Deprecated.Deprecated.Deprecated.booleanisCached()Deprecated.voidrelease()Deprecated.toString()Deprecated.
-
Method Details
-
getKey
Deprecated. -
isCached
public boolean isCached()Deprecated. -
getResource
Deprecated.- Specified by:
getResourcein interfaceHttpContent
-
getETag
Deprecated.- Specified by:
getETagin interfaceHttpContent
-
getETagValue
Deprecated.- Specified by:
getETagValuein interfaceHttpContent
-
getLastModified
Deprecated.- Specified by:
getLastModifiedin interfaceHttpContent
-
getLastModifiedValue
Deprecated.- Specified by:
getLastModifiedValuein interfaceHttpContent
-
getContentType
Deprecated.- Specified by:
getContentTypein interfaceHttpContent
-
getContentTypeValue
Deprecated.- Specified by:
getContentTypeValuein interfaceHttpContent
-
getContentEncoding
Deprecated.- Specified by:
getContentEncodingin interfaceHttpContent
-
getContentEncodingValue
Deprecated.- Specified by:
getContentEncodingValuein interfaceHttpContent
-
getCharacterEncoding
Deprecated.- Specified by:
getCharacterEncodingin interfaceHttpContent
-
getMimeType
Deprecated.- Specified by:
getMimeTypein interfaceHttpContent
-
release
public void release()Deprecated.- Specified by:
releasein interfaceHttpContent
-
getIndirectBuffer
Deprecated.- Specified by:
getIndirectBufferin interfaceHttpContent
-
getDirectBuffer
Deprecated.- Specified by:
getDirectBufferin interfaceHttpContent
-
getContentLength
Deprecated.- Specified by:
getContentLengthin interfaceHttpContent
-
getContentLengthValue
public long getContentLengthValue()Deprecated.- Specified by:
getContentLengthValuein interfaceHttpContent
-
getInputStream
Deprecated.- Specified by:
getInputStreamin interfaceHttpContent- Throws:
IOException
-
getReadableByteChannel
Deprecated.- Specified by:
getReadableByteChannelin interfaceHttpContent- Throws:
IOException
-
toString
Deprecated. -
getPrecompressedContents
Deprecated.- Specified by:
getPrecompressedContentsin interfaceHttpContent
-