Class AbstractRequest

    • Constructor Detail

      • AbstractRequest

        public AbstractRequest()
        Deprecated.
    • Method Detail

      • getAccept

        public String getAccept()
        Deprecated.
        Description copied from interface: Request
        Get the value of the Accept header
        Specified by:
        getAccept in interface Request
      • getAcceptCharset

        public String getAcceptCharset()
        Deprecated.
        Description copied from interface: Request
        Get the value of the Accept-Charset header
        Specified by:
        getAcceptCharset in interface Request
      • getAcceptEncoding

        public String getAcceptEncoding()
        Deprecated.
        Description copied from interface: Request
        Get the value of the Accept-Encoding header
        Specified by:
        getAcceptEncoding in interface Request
      • getAcceptLanguage

        public String getAcceptLanguage()
        Deprecated.
        Description copied from interface: Request
        Get the value of the Accept-Language header
        Specified by:
        getAcceptLanguage in interface Request
      • getAuthorization

        public String getAuthorization()
        Deprecated.
        Description copied from interface: Request
        Get the value of the Authorization header
        Specified by:
        getAuthorization in interface Request
      • getIfMatch

        public org.apache.abdera.util.EntityTag[] getIfMatch()
        Deprecated.
        Description copied from interface: Request
        Get a listing of Etags from the If-Match header
        Specified by:
        getIfMatch in interface Request
      • getIfModifiedSince

        public Date getIfModifiedSince()
        Deprecated.
        Description copied from interface: Request
        Get the value of the If-Modified-Since header
        Specified by:
        getIfModifiedSince in interface Request
      • getIfNoneMatch

        public org.apache.abdera.util.EntityTag[] getIfNoneMatch()
        Deprecated.
        Description copied from interface: Request
        Get a listing of ETags from the If-None-Match header
        Specified by:
        getIfNoneMatch in interface Request
      • getIfUnmodifiedSince

        public Date getIfUnmodifiedSince()
        Deprecated.
        Description copied from interface: Request
        Get the value of the If-Unmodified-Since header
        Specified by:
        getIfUnmodifiedSince in interface Request
      • getMaxStale

        public long getMaxStale()
        Deprecated.
        Description copied from interface: Request
        Get the max-stale value from the Cache-Control header
        Specified by:
        getMaxStale in interface Request
      • getMinFresh

        public long getMinFresh()
        Deprecated.
        Description copied from interface: Request
        Get the min-fresh value from the Cache-Control header
        Specified by:
        getMinFresh in interface Request
      • isOnlyIfCached

        public boolean isOnlyIfCached()
        Deprecated.
        Description copied from interface: Request
        True if the only-if-cached directive is set in the Cache-Control header
        Specified by:
        isOnlyIfCached in interface Request
      • setMaxAge

        public AbstractRequest setMaxAge​(long max_age)
        Deprecated.
      • setMaxStale

        public AbstractRequest setMaxStale​(long max_stale)
        Deprecated.
      • setMinFresh

        public AbstractRequest setMinFresh​(long min_fresh)
        Deprecated.
      • setNoCache

        public AbstractRequest setNoCache​(boolean val)
        Deprecated.
      • setNoStore

        public AbstractRequest setNoStore​(boolean val)
        Deprecated.
      • setNoTransform

        public AbstractRequest setNoTransform​(boolean val)
        Deprecated.
      • setOnlyIfCached

        public AbstractRequest setOnlyIfCached​(boolean val)
        Deprecated.