org.apache.http.impl.client.cache
Class URIExtractor

java.lang.Object
  extended by org.apache.http.impl.client.cache.URIExtractor

@Immutable
public class URIExtractor
extends Object

Since:
4.1

Constructor Summary
URIExtractor()
           
 
Method Summary
protected  String getFullHeaderValue(Header[] headers)
           
 String getURI(HttpHost host, HttpRequest req)
           
 String getVariantURI(HttpHost host, HttpRequest req, CacheEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIExtractor

public URIExtractor()
Method Detail

getURI

public String getURI(HttpHost host,
                     HttpRequest req)

getFullHeaderValue

protected String getFullHeaderValue(Header[] headers)

getVariantURI

public String getVariantURI(HttpHost host,
                            HttpRequest req,
                            CacheEntry entry)


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