Class RedirectCache.Default

java.lang.Object
org.eclipse.jetty.client.RedirectCache.Default
All Implemented Interfaces:
RedirectCache
Enclosing interface:
RedirectCache

public static class RedirectCache.Default extends Object implements RedirectCache

Default implementation of RedirectCache.

This implementation only caches permanent redirects corresponding to HTTP statuses 301 and 308.

This implementation uses a configurable size-bounded LRU cache.