|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileCacheFactory | |
|---|---|
| com.sun.grizzly.http | |
| com.sun.grizzly.ssl | |
| Uses of FileCacheFactory in com.sun.grizzly.http |
|---|
| Fields in com.sun.grizzly.http declared as FileCacheFactory | |
|---|---|
protected FileCacheFactory |
SelectorThread.fileCacheFactory
The FileCacheFactory associated with this Selector |
| Fields in com.sun.grizzly.http with type parameters of type FileCacheFactory | |
|---|---|
protected static ConcurrentHashMap<Integer,FileCacheFactory> |
FileCacheFactory.cache
Create a factory per port. |
| Methods in com.sun.grizzly.http that return FileCacheFactory | |
|---|---|
static FileCacheFactory |
FileCacheFactory.getFactory(int currentPort)
Return an instance of this Factory. |
static FileCacheFactory |
FileCacheFactory.getFactory(int currentPort,
Class<? extends FileCache> fcc)
Return an instance of this Factory. |
static FileCacheFactory |
FileCacheFactory.newInstance(int currentPort,
Class<? extends FileCache> fcc)
Configure the factory. |
| Uses of FileCacheFactory in com.sun.grizzly.ssl |
|---|
| Subclasses of FileCacheFactory in com.sun.grizzly.ssl | |
|---|---|
class |
SSLFileCacheFactory
File cache extension used to support SSL. |
| Methods in com.sun.grizzly.ssl that return FileCacheFactory | |
|---|---|
static FileCacheFactory |
SSLFileCacheFactory.getFactory(int currentPort)
Return an instance of this Factory. |
static FileCacheFactory |
SSLFileCacheFactory.newInstance(int currentPort)
Configure the factory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||