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.long
Deprecated.Deprecated.Deprecated.Deprecated.getETag()
Deprecated.Deprecated.Deprecated.Deprecated.getKey()
Deprecated.Deprecated.Deprecated.Deprecated.Map
<CompressedContentFormat, ? extends HttpContent> Deprecated.Deprecated.Deprecated.boolean
isCached()
Deprecated.void
release()
Deprecated.toString()
Deprecated.
-
Method Details
-
getKey
Deprecated. -
isCached
public boolean isCached()Deprecated. -
getResource
Deprecated.- Specified by:
getResource
in interfaceHttpContent
-
getETag
Deprecated.- Specified by:
getETag
in interfaceHttpContent
-
getETagValue
Deprecated.- Specified by:
getETagValue
in interfaceHttpContent
-
getLastModified
Deprecated.- Specified by:
getLastModified
in interfaceHttpContent
-
getLastModifiedValue
Deprecated.- Specified by:
getLastModifiedValue
in interfaceHttpContent
-
getContentType
Deprecated.- Specified by:
getContentType
in interfaceHttpContent
-
getContentTypeValue
Deprecated.- Specified by:
getContentTypeValue
in interfaceHttpContent
-
getContentEncoding
Deprecated.- Specified by:
getContentEncoding
in interfaceHttpContent
-
getContentEncodingValue
Deprecated.- Specified by:
getContentEncodingValue
in interfaceHttpContent
-
getCharacterEncoding
Deprecated.- Specified by:
getCharacterEncoding
in interfaceHttpContent
-
getMimeType
Deprecated.- Specified by:
getMimeType
in interfaceHttpContent
-
release
public void release()Deprecated.- Specified by:
release
in interfaceHttpContent
-
getIndirectBuffer
Deprecated.- Specified by:
getIndirectBuffer
in interfaceHttpContent
-
getDirectBuffer
Deprecated.- Specified by:
getDirectBuffer
in interfaceHttpContent
-
getContentLength
Deprecated.- Specified by:
getContentLength
in interfaceHttpContent
-
getContentLengthValue
public long getContentLengthValue()Deprecated.- Specified by:
getContentLengthValue
in interfaceHttpContent
-
getInputStream
Deprecated.- Specified by:
getInputStream
in interfaceHttpContent
- Throws:
IOException
-
getReadableByteChannel
Deprecated.- Specified by:
getReadableByteChannel
in interfaceHttpContent
- Throws:
IOException
-
toString
Deprecated. -
getPrecompressedContents
Deprecated.- Specified by:
getPrecompressedContents
in interfaceHttpContent
-