Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Z 

F

FakeCache - Class in com.threecrickets.prudence.cache
Stores nothing.
FakeCache() - Constructor for class com.threecrickets.prudence.cache.FakeCache
 
Fallback - Class in com.threecrickets.prudence.util
A restlet that delegates Restlet.handle(Request, Response) to a series of targets in sequence, stopping at the first target that satisfies the condition of Fallback.wasHandled(Request, Response).
Fallback(Context) - Constructor for class com.threecrickets.prudence.util.Fallback
Construct a fallback with a default cache duration of 5 seconds.
Fallback(Context, Restlet...) - Constructor for class com.threecrickets.prudence.util.Fallback
Construct a fallback for an array of target restlets with a default cache duration of 5 seconds.
Fallback(Context, int) - Constructor for class com.threecrickets.prudence.util.Fallback
Construct a fallback.
Fallback(Context, int, Restlet...) - Constructor for class com.threecrickets.prudence.util.Fallback
Construct a fallback for an array of target restlets.
FallbackRouter - Class in com.threecrickets.prudence.util
A Router that takes care to bunch identical routes under Fallback restlets.
FallbackRouter(Context) - Constructor for class com.threecrickets.prudence.util.FallbackRouter
Constructs a fallback router with a default cache duration of 5 seconds.
FallbackRouter(Context, int) - Constructor for class com.threecrickets.prudence.util.FallbackRouter
Constructs a fallback router.
FAR_FUTURE - Static variable in class com.threecrickets.prudence.util.CacheControlFilter
A far future max age (10 years)
FAR_FUTURE - Static variable in class com.threecrickets.prudence.util.CorsFilter
A far future max age (10 years)
fetch(String) - Method in interface com.threecrickets.prudence.cache.Cache
Fetches an entry from the cache if it's there and has not yet expired.
fetch(String) - Method in class com.threecrickets.prudence.cache.ChainCache
 
fetch(String) - Method in class com.threecrickets.prudence.cache.FakeCache
 
fetch(String) - Method in class com.threecrickets.prudence.cache.HazelcastCache
 
fetch(String) - Method in class com.threecrickets.prudence.cache.InProcessMemoryCache
 
fetch(String) - Method in class com.threecrickets.prudence.cache.MemcachedCache
 
fetch(String) - Method in class com.threecrickets.prudence.cache.MongoDbCache
 
fetch(String) - Method in class com.threecrickets.prudence.cache.OrientDbCache
 
fetch(String) - Method in class com.threecrickets.prudence.cache.SqlCache
 
FileParameter - Class in com.threecrickets.prudence.util
A parameter for files.
FileParameter(String, byte[], String, long) - Constructor for class com.threecrickets.prudence.util.FileParameter
Constructor.
FileParameter(String, File, String, long) - Constructor for class com.threecrickets.prudence.util.FileParameter
Constructor.
flush() - Method in class com.threecrickets.prudence.util.StackedWriter
 
forDocumentSource(DocumentSource<Executable>, String, Application, String) - Static method in class com.threecrickets.prudence.util.PreheatTask
Creates a preheat task for each document descriptor in a document source.
format(Map<String, ?>) - Method in class com.threecrickets.prudence.util.ResolvingTemplate
 
format(Request, Response) - Method in class com.threecrickets.prudence.util.ResolvingTemplate
 
FormWithFiles - Class in com.threecrickets.prudence.util
A form that can parse MediaType.MULTIPART_FORM_DATA entities by accepting file uploads.
FormWithFiles(Representation) - Constructor for class com.threecrickets.prudence.util.FormWithFiles
Construction with default system repository directory.
FormWithFiles(Representation, int, File) - Constructor for class com.threecrickets.prudence.util.FormWithFiles
Constructor.
FormWithFiles(Representation, FileItemFactory) - Constructor for class com.threecrickets.prudence.util.FormWithFiles
Constructor.
ForwardedFilter - Class in com.threecrickets.prudence.util
A Filter that applies the X-Forwarded-Proto, X-Forwarded-Host, and X-Forwarded-Port HTTP headers to the request's references.
ForwardedFilter() - Constructor for class com.threecrickets.prudence.util.ForwardedFilter
Constructor.
ForwardedFilter(Context) - Constructor for class com.threecrickets.prudence.util.ForwardedFilter
Constructor.
ForwardedFilter(Context, Restlet) - Constructor for class com.threecrickets.prudence.util.ForwardedFilter
Constructor.
A B C D E F G H I J K L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2009-2016 Three Crickets LLC.