A C D E F G H I K M N O P R S T U V

A

AbstractCacheStorage - Class in org.codehaus.httpcache4j.cache
 
AbstractCacheStorage() - Constructor for class org.codehaus.httpcache4j.cache.AbstractCacheStorage
 
accept(File) - Method in class org.codehaus.httpcache4j.util.DeletingFileFilter
 

C

cachedTime - Variable in class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
CacheItem - Interface in org.codehaus.httpcache4j.cache
 
CacheStorage - Interface in org.codehaus.httpcache4j.cache
 
clear() - Method in interface org.codehaus.httpcache4j.cache.CacheStorage
 
clear() - Method in class org.codehaus.httpcache4j.cache.FileManager
 
clear() - Method in class org.codehaus.httpcache4j.cache.NullCacheStorage
 
compare(String, String) - Method in class org.codehaus.httpcache4j.cache.Vary.VaryComparator
 
create(URI, Vary) - Static method in class org.codehaus.httpcache4j.cache.Key
 
create(HTTPRequest, HTTPResponse) - Static method in class org.codehaus.httpcache4j.cache.Key
 
createFile(Key, InputStream) - Method in class org.codehaus.httpcache4j.cache.FileManager
 

D

DefaultCacheItem - Class in org.codehaus.httpcache4j.cache
This is an internal class, and should not be used by clients.
DefaultCacheItem(HTTPResponse) - Constructor for class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
DefaultCacheItem(HTTPResponse, DateTime) - Constructor for class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
DeletingFileFilter - Class in org.codehaus.httpcache4j.util
A file-filter that deletes the files as it traverses the directories.
DeletingFileFilter() - Constructor for class org.codehaus.httpcache4j.util.DeletingFileFilter
 
DeletingFileFilter(List<File>) - Constructor for class org.codehaus.httpcache4j.util.DeletingFileFilter
 

E

ensureDirectoryExists(File) - Static method in class org.codehaus.httpcache4j.util.StorageUtil
 
equals(Object) - Method in class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
equals(Object) - Method in class org.codehaus.httpcache4j.cache.Key
 
equals(Object) - Method in class org.codehaus.httpcache4j.cache.Vary
 

F

FileManager - Class in org.codehaus.httpcache4j.cache
 
FileManager(File) - Constructor for class org.codehaus.httpcache4j.cache.FileManager
 
fromJSON(String) - Static method in class org.codehaus.httpcache4j.cache.Vary
 

G

get(Key) - Method in interface org.codehaus.httpcache4j.cache.CacheStorage
 
get(HTTPRequest) - Method in interface org.codehaus.httpcache4j.cache.CacheStorage
 
get(HTTPRequest) - Method in class org.codehaus.httpcache4j.cache.NullCacheStorage
 
get(Key) - Method in class org.codehaus.httpcache4j.cache.NullCacheStorage
 
getAge(HTTPRequest) - Method in interface org.codehaus.httpcache4j.cache.CacheItem
 
getAge(HTTPRequest) - Method in class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
getBaseDirectory() - Method in class org.codehaus.httpcache4j.cache.FileManager
 
getCachedTime() - Method in interface org.codehaus.httpcache4j.cache.CacheItem
 
getCachedTime() - Method in class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
getResponse() - Method in interface org.codehaus.httpcache4j.cache.CacheItem
 
getResponse() - Method in class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
getTTL() - Method in interface org.codehaus.httpcache4j.cache.CacheItem
 
getTTL() - Method in class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
getTTL(HTTPResponse, int) - Static method in class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
getURI() - Method in class org.codehaus.httpcache4j.cache.Key
 
getVary() - Method in class org.codehaus.httpcache4j.cache.Key
 
getVaryHeaders() - Method in class org.codehaus.httpcache4j.cache.Vary
 

H

hashCode() - Method in class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
hashCode() - Method in class org.codehaus.httpcache4j.cache.Key
 
hashCode() - Method in class org.codehaus.httpcache4j.cache.Vary
 

I

insert(HTTPRequest, HTTPResponse) - Method in class org.codehaus.httpcache4j.cache.AbstractCacheStorage
 
insert(HTTPRequest, HTTPResponse) - Method in interface org.codehaus.httpcache4j.cache.CacheStorage
 
insert(HTTPRequest, HTTPResponse) - Method in class org.codehaus.httpcache4j.cache.NullCacheStorage
 
invalidate(Key) - Method in class org.codehaus.httpcache4j.cache.AbstractCacheStorage
 
invalidate(URI) - Method in interface org.codehaus.httpcache4j.cache.CacheStorage
 
invalidate(Key) - Method in class org.codehaus.httpcache4j.cache.NullCacheStorage
 
invalidate(URI) - Method in class org.codehaus.httpcache4j.cache.NullCacheStorage
 
isEmpty() - Method in class org.codehaus.httpcache4j.cache.Vary
 
isStale(HTTPRequest) - Method in interface org.codehaus.httpcache4j.cache.CacheItem
 
isStale(HTTPRequest) - Method in class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
iterator() - Method in class org.codehaus.httpcache4j.cache.NullCacheStorage
 

K

Key - Class in org.codehaus.httpcache4j.cache
 

M

matches(HTTPRequest) - Method in class org.codehaus.httpcache4j.cache.Vary
Analyses the headers in the given request to figure out if this variation matches.

N

NullCacheStorage - Class in org.codehaus.httpcache4j.cache
 
NullCacheStorage() - Constructor for class org.codehaus.httpcache4j.cache.NullCacheStorage
 

O

org.codehaus.httpcache4j.cache - package org.codehaus.httpcache4j.cache
 
org.codehaus.httpcache4j.util - package org.codehaus.httpcache4j.util
 

P

putImpl(Key, HTTPResponse) - Method in class org.codehaus.httpcache4j.cache.AbstractCacheStorage
 

R

remove(Key) - Method in class org.codehaus.httpcache4j.cache.FileManager
 
resolve(Key) - Method in class org.codehaus.httpcache4j.cache.FileManager
 
response - Variable in class org.codehaus.httpcache4j.cache.DefaultCacheItem
 
rewriteResponse(Key, HTTPResponse) - Method in class org.codehaus.httpcache4j.cache.AbstractCacheStorage
 

S

size() - Method in interface org.codehaus.httpcache4j.cache.CacheStorage
 
size() - Method in class org.codehaus.httpcache4j.cache.NullCacheStorage
 
size() - Method in class org.codehaus.httpcache4j.cache.Vary
 
StorageUtil - Class in org.codehaus.httpcache4j.util
 

T

toJSON() - Method in class org.codehaus.httpcache4j.cache.Key
 
toJSON() - Method in class org.codehaus.httpcache4j.cache.Vary
 
toString() - Method in class org.codehaus.httpcache4j.cache.Key
 
toString() - Method in class org.codehaus.httpcache4j.cache.Vary
 
ttl - Variable in class org.codehaus.httpcache4j.cache.DefaultCacheItem
 

U

update(HTTPRequest, HTTPResponse) - Method in interface org.codehaus.httpcache4j.cache.CacheStorage
 
update(HTTPRequest, HTTPResponse) - Method in class org.codehaus.httpcache4j.cache.NullCacheStorage
 

V

Vary - Class in org.codehaus.httpcache4j.cache
Represents a HTTP Variation.
Vary() - Constructor for class org.codehaus.httpcache4j.cache.Vary
Default constructor (no variations)
Vary(Map<String, String>) - Constructor for class org.codehaus.httpcache4j.cache.Vary
Constructor
Vary(Headers) - Constructor for class org.codehaus.httpcache4j.cache.Vary
 
Vary.VaryComparator - Class in org.codehaus.httpcache4j.cache
 
Vary.VaryComparator() - Constructor for class org.codehaus.httpcache4j.cache.Vary.VaryComparator
 

A C D E F G H I K M N O P R S T U V

Copyright © 2008-2011. All Rights Reserved.