org.apache.http.impl.client.cache
Class CacheEntryGenerator
java.lang.Object
org.apache.http.impl.client.cache.CacheEntryGenerator
@Immutable
public class CacheEntryGenerator
- extends Object
Generates a CacheEntry
from a HttpResponse
- Since:
- 4.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheEntryGenerator
public CacheEntryGenerator()
generateEntry
public CacheEntry generateEntry(Date requestDate,
Date responseDate,
HttpResponse response,
byte[] body)
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.