Class | Description |
---|---|
CachedHttpRequest | |
CacheHandler | Handler that attaches a cache to the exchange, a handler can query this cache to see if the cache has a cached copy of the content, and if so have the cache serve this content automatically. |
DirectBufferCache | A non-blocking buffer cache where entries are indexed by a path and are made up of a subsequence of blocks in a fixed large direct buffer. |
DirectBufferCache.CacheEntry | |
LimitedBufferSlicePool | A limited buffer pooled allocator. |
LimitedBufferSlicePool.PooledByteBuffer | |
LRUCache<K,V> | A non-blocking cache where entries are indexed by a key. |
LRUCache.CacheEntry<K,V> | |
ResponseCache | Facade for an underlying buffer cache that contains response information. |
ResponseCachingSender | |
ResponseCachingStreamSinkConduit |
Copyright © 2015 JBoss by Red Hat. All rights reserved.