Class CachedContentFactory.CachedPrecompressedHttpContent

  • All Implemented Interfaces:
    org.eclipse.jetty.http.HttpContent
    Enclosing class:
    CachedContentFactory

    public class CachedContentFactory.CachedPrecompressedHttpContent
    extends org.eclipse.jetty.http.PrecompressedHttpContent
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.jetty.http.HttpContent

        org.eclipse.jetty.http.HttpContent.ContentFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jetty.http.HttpField getETag()  
      java.lang.String getETagValue()  
      boolean isValid()  
      java.lang.String toString()  
      • Methods inherited from class org.eclipse.jetty.http.PrecompressedHttpContent

        equals, getCharacterEncoding, getContentEncoding, getContentEncodingValue, getContentLength, getContentLengthValue, getContentType, getContentTypeValue, getDirectBuffer, getIndirectBuffer, getInputStream, getLastModified, getLastModifiedValue, getMimeType, getPrecompressedContents, getReadableByteChannel, getResource, hashCode, release
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • isValid

        public boolean isValid()
      • getETag

        public org.eclipse.jetty.http.HttpField getETag()
        Specified by:
        getETag in interface org.eclipse.jetty.http.HttpContent
        Overrides:
        getETag in class org.eclipse.jetty.http.PrecompressedHttpContent
      • getETagValue

        public java.lang.String getETagValue()
        Specified by:
        getETagValue in interface org.eclipse.jetty.http.HttpContent
        Overrides:
        getETagValue in class org.eclipse.jetty.http.PrecompressedHttpContent
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.eclipse.jetty.http.PrecompressedHttpContent