Interface EntityDetails

    • Method Detail

      • getContentLength

        long getContentLength()
        Returns length of the entity, if known.
      • getContentType

        java.lang.String getContentType()
        Returns content type of the entity, if known.
      • getContentEncoding

        java.lang.String getContentEncoding()
        Returns content encoding of the entity, if known.
      • isChunked

        boolean isChunked()
        Returns chunked transfer hint for this entity.

        The behavior of wrapping entities is implementation dependent, but should respect the primary purpose.

      • getTrailerNames

        java.util.Set<java.lang.String> getTrailerNames()
        Preliminary declaration of trailing headers.