Class AbstractResponse

    • Constructor Detail

      • AbstractResponse

        public AbstractResponse()
        Deprecated.
    • Method Detail

      • getAge

        public long getAge()
        Deprecated.
        Description copied from interface: Response
        Get the age of this response as specified by the server
        Specified by:
        getAge in interface Response
      • getAllow

        public String getAllow()
        Deprecated.
        Description copied from interface: Response
        Get the value of the Allow response header
        Specified by:
        getAllow in interface Response
      • getContentLength

        public long getContentLength()
        Deprecated.
        Description copied from interface: Response
        Get the value of the Content-Length response header
        Specified by:
        getContentLength in interface Response
      • getEntityTag

        public org.apache.abdera.util.EntityTag getEntityTag()
        Deprecated.
        Description copied from interface: Response
        Get the Entity Tag returned by the server
        Specified by:
        getEntityTag in interface Response
      • getExpires

        public Date getExpires()
        Deprecated.
        Description copied from interface: Response
        Get the date/time this response expires
        Specified by:
        getExpires in interface Response
      • getLastModified

        public Date getLastModified()
        Deprecated.
        Description copied from interface: Response
        Get the value of the Last-Modified response header
        Specified by:
        getLastModified in interface Response
      • getLocation

        public org.apache.abdera.i18n.iri.IRI getLocation()
        Deprecated.
        Description copied from interface: Response
        Get the value of the Location response header
        Specified by:
        getLocation in interface Response
      • getSMaxAge

        public long getSMaxAge()
        Deprecated.
        Specified by:
        getSMaxAge in interface Response
      • isMustRevalidate

        public boolean isMustRevalidate()
        Deprecated.
        Description copied from interface: Response
        True if the Cache-Control header specifies the must-revalidate directive
        Specified by:
        isMustRevalidate in interface Response
      • isPrivate

        public boolean isPrivate()
        Deprecated.
        Description copied from interface: Response
        True if the Cache-Control header specifies the private directive
        Specified by:
        isPrivate in interface Response
      • isProxyRevalidate

        public boolean isProxyRevalidate()
        Deprecated.
        Description copied from interface: Response
        True if the Cache-Control header specifies the proxy-revalidate directive
        Specified by:
        isProxyRevalidate in interface Response
      • isPublic

        public boolean isPublic()
        Deprecated.
        Description copied from interface: Response
        True if the Cache-Control header specified the public directive
        Specified by:
        isPublic in interface Response
      • setMustRevalidate

        public AbstractResponse setMustRevalidate​(boolean val)
        Deprecated.
      • setProxyRevalidate

        public AbstractResponse setProxyRevalidate​(boolean val)
        Deprecated.
      • setNoTransform

        public AbstractResponse setNoTransform​(boolean val)
        Deprecated.