Interface Message

    • Method Detail

      • getHeader

        String getHeader​(String name)
        Deprecated.
        Get the value of the specified header
      • getDecodedHeader

        String getDecodedHeader​(String name)
        Deprecated.
        Get the decoded value of a RFC 2047 header
      • getHeaders

        Object[] getHeaders​(String name)
        Deprecated.
        Return multiple values for the specified header
      • getDecodedHeaders

        String[] getDecodedHeaders​(String name)
        Deprecated.
        Return multiple decoded values for the specified header
      • getHeaderNames

        String[] getHeaderNames()
        Deprecated.
        Return a listing of header names
      • getCacheControl

        String getCacheControl()
        Deprecated.
        Return the value of the Cache-Control header
      • getSlug

        String getSlug()
        Deprecated.
        Return the value of the Slug header
      • getContentType

        MimeType getContentType()
        Deprecated.
        Return the value of the Content-Type header
      • getContentLocation

        org.apache.abdera.i18n.iri.IRI getContentLocation()
        Deprecated.
        Return the value of the Content-Location header
      • getContentLanguage

        String getContentLanguage()
        Deprecated.
        Return the value of the Content-Language header
      • getDateHeader

        Date getDateHeader​(String name)
        Deprecated.
        Return the value of a Date header
      • getMaxAge

        long getMaxAge()
        Deprecated.
        Return the maximum-age as specified by the Cache-Control header
      • isNoCache

        boolean isNoCache()
        Deprecated.
        Return true if the Cache-Control header contains no-cache
      • isNoStore

        boolean isNoStore()
        Deprecated.
        Return true if the Cache-Control header contains no-store
      • isNoTransform

        boolean isNoTransform()
        Deprecated.
        Return true if the Cache-Control header contains no-transform