Package | Description |
---|---|
io.undertow.server.handlers.cache | |
io.undertow.server.handlers.resource |
Class | Description |
---|---|
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.PooledByteBuffer | |
ResponseCache |
Facade for an underlying buffer cache that contains response information.
|
Class | Description |
---|---|
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.
|
Copyright © 2018. All rights reserved.