Interface Response

    • Method Detail

      • getEntityTag

        org.apache.abdera.util.EntityTag getEntityTag()
        Deprecated.
        Get the Entity Tag returned by the server
      • getStatus

        int getStatus()
        Deprecated.
        Get the specific response status code
      • getStatusText

        String getStatusText()
        Deprecated.
        Get the response status text
      • getLastModified

        Date getLastModified()
        Deprecated.
        Get the value of the Last-Modified response header
      • getContentLength

        long getContentLength()
        Deprecated.
        Get the value of the Content-Length response header
      • getAllow

        String getAllow()
        Deprecated.
        Get the value of the Allow response header
      • getLocation

        org.apache.abdera.i18n.iri.IRI getLocation()
        Deprecated.
        Get the value of the Location response header
      • isPrivate

        boolean isPrivate()
        Deprecated.
        True if the Cache-Control header specifies the private directive
      • isPublic

        boolean isPublic()
        Deprecated.
        True if the Cache-Control header specified the public directive
      • isMustRevalidate

        boolean isMustRevalidate()
        Deprecated.
        True if the Cache-Control header specifies the must-revalidate directive
      • isProxyRevalidate

        boolean isProxyRevalidate()
        Deprecated.
        True if the Cache-Control header specifies the proxy-revalidate directive
      • getSMaxAge

        long getSMaxAge()
        Deprecated.
      • getAge

        long getAge()
        Deprecated.
        Get the age of this response as specified by the server
      • getExpires

        Date getExpires()
        Deprecated.
        Get the date/time this response expires
      • getNoCacheHeaders

        String[] getNoCacheHeaders()
        Deprecated.
      • getPrivateHeaders

        String[] getPrivateHeaders()
        Deprecated.