Class CachedContentFactory.CachedPrecompressedHttpContent

java.lang.Object
org.eclipse.jetty.http.PrecompressedHttpContent
org.eclipse.jetty.server.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

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.http.HttpField
     
     
    boolean
     
     

    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 Details

    • 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 String getETagValue()
      Specified by:
      getETagValue in interface org.eclipse.jetty.http.HttpContent
      Overrides:
      getETagValue in class org.eclipse.jetty.http.PrecompressedHttpContent
    • toString

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