Class AbstractMessage

    • Constructor Detail

      • AbstractMessage

        public AbstractMessage()
        Deprecated.
    • Method Detail

      • getCacheControl

        public String getCacheControl()
        Deprecated.
        Description copied from interface: Message
        Return the value of the Cache-Control header
        Specified by:
        getCacheControl in interface Message
      • getContentLanguage

        public String getContentLanguage()
        Deprecated.
        Description copied from interface: Message
        Return the value of the Content-Language header
        Specified by:
        getContentLanguage in interface Message
      • getContentLocation

        public org.apache.abdera.i18n.iri.IRI getContentLocation()
        Deprecated.
        Description copied from interface: Message
        Return the value of the Content-Location header
        Specified by:
        getContentLocation in interface Message
      • getContentType

        public MimeType getContentType()
        Deprecated.
        Description copied from interface: Message
        Return the value of the Content-Type header
        Specified by:
        getContentType in interface Message
      • getDecodedHeader

        public String getDecodedHeader​(String header)
        Deprecated.
        Description copied from interface: Message
        Get the decoded value of a RFC 2047 header
        Specified by:
        getDecodedHeader in interface Message
      • getDecodedHeaders

        public String[] getDecodedHeaders​(String header)
        Deprecated.
        Description copied from interface: Message
        Return multiple decoded values for the specified header
        Specified by:
        getDecodedHeaders in interface Message
      • getSlug

        public String getSlug()
        Deprecated.
        Description copied from interface: Message
        Return the value of the Slug header
        Specified by:
        getSlug in interface Message
      • isNoCache

        public boolean isNoCache()
        Deprecated.
        Description copied from interface: Message
        Return true if the Cache-Control header contains no-cache
        Specified by:
        isNoCache in interface Message
      • isNoStore

        public boolean isNoStore()
        Deprecated.
        Description copied from interface: Message
        Return true if the Cache-Control header contains no-store
        Specified by:
        isNoStore in interface Message
      • isNoTransform

        public boolean isNoTransform()
        Deprecated.
        Description copied from interface: Message
        Return true if the Cache-Control header contains no-transform
        Specified by:
        isNoTransform in interface Message
      • getMaxAge

        public long getMaxAge()
        Deprecated.
        Description copied from interface: Message
        Return the maximum-age as specified by the Cache-Control header
        Specified by:
        getMaxAge in interface Message