org.apache.abdera.protocol.util
Class CacheControlUtil

java.lang.Object
  extended by org.apache.abdera.protocol.util.CacheControlUtil

public class CacheControlUtil
extends java.lang.Object


Constructor Summary
CacheControlUtil()
           
 
Method Summary
static java.lang.String buildCacheControl(AbstractRequest request)
           
static boolean isIdempotent(java.lang.String method)
           
static void parseCacheControl(java.lang.String cc, AbstractRequest request)
           
static void parseCacheControl(java.lang.String cc, AbstractResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheControlUtil

public CacheControlUtil()
Method Detail

isIdempotent

public static boolean isIdempotent(java.lang.String method)

buildCacheControl

public static java.lang.String buildCacheControl(AbstractRequest request)

parseCacheControl

public static void parseCacheControl(java.lang.String cc,
                                     AbstractRequest request)

parseCacheControl

public static void parseCacheControl(java.lang.String cc,
                                     AbstractResponse response)