Uses of Class
org.apache.abdera.protocol.util.AbstractRequest

Packages that use AbstractRequest
org.apache.abdera.protocol.client   
org.apache.abdera.protocol.server.context   
org.apache.abdera.protocol.server.servlet   
org.apache.abdera.protocol.util   
 

Uses of AbstractRequest in org.apache.abdera.protocol.client
 

Subclasses of AbstractRequest in org.apache.abdera.protocol.client
 class RequestOptions
          The RequestOptions class allows a variety of options affecting the execution of the request to be modified.
 

Uses of AbstractRequest in org.apache.abdera.protocol.server.context
 

Subclasses of AbstractRequest in org.apache.abdera.protocol.server.context
 class AbstractRequestContext
           
 

Uses of AbstractRequest in org.apache.abdera.protocol.server.servlet
 

Subclasses of AbstractRequest in org.apache.abdera.protocol.server.servlet
 class ServletRequestContext
           
 

Uses of AbstractRequest in org.apache.abdera.protocol.util
 

Methods in org.apache.abdera.protocol.util that return AbstractRequest
 AbstractRequest AbstractRequest.setMaxAge(long max_age)
           
 AbstractRequest AbstractRequest.setMaxStale(long max_stale)
           
 AbstractRequest AbstractRequest.setMinFresh(long min_fresh)
           
 AbstractRequest AbstractRequest.setNoCache(boolean val)
           
 AbstractRequest AbstractRequest.setNoStore(boolean val)
           
 AbstractRequest AbstractRequest.setNoTransform(boolean val)
           
 AbstractRequest AbstractRequest.setOnlyIfCached(boolean val)
           
 

Methods in org.apache.abdera.protocol.util with parameters of type AbstractRequest
static String CacheControlUtil.buildCacheControl(AbstractRequest request)
          Construct the Cache-Control header from info in the request object
static void CacheControlUtil.parseCacheControl(String cc, AbstractRequest request)
          Parse the Cache-Control header
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.