org.apache.abdera.protocol.util
Class CacheControlUtil.CacheControlParser
java.lang.Object
org.apache.abdera.protocol.util.CacheControlUtil.CacheControlParser
- All Implemented Interfaces:
- Iterable<CacheControlUtil.Directive>
- Enclosing class:
- CacheControlUtil
public static class CacheControlUtil.CacheControlParser
- extends Object
- implements Iterable<CacheControlUtil.Directive>
Parser for the Cache-Control header
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheControlUtil.CacheControlParser
public CacheControlUtil.CacheControlParser(String value)
getValues
public Map<CacheControlUtil.Directive,String> getValues()
getValue
public String getValue(CacheControlUtil.Directive directive)
iterator
public Iterator<CacheControlUtil.Directive> iterator()
- Specified by:
iterator
in interface Iterable<CacheControlUtil.Directive>
getValues
public String[] getValues(CacheControlUtil.Directive directive)
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.