org.glassfish.grizzly.http.server.filecache
Class FileCacheEntry
java.lang.Object
org.glassfish.grizzly.http.server.filecache.FileCacheEntry
- All Implemented Interfaces:
- Runnable
public final class FileCacheEntry
- extends Object
- implements Runnable
The entry value in the file cache map.
- Author:
- Alexey Stashok
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public FileCacheKey key
host
public String host
requestURI
public String requestURI
lastModified
public String lastModified
contentType
public String contentType
bb
public ByteBuffer bb
xPoweredBy
public String xPoweredBy
type
public FileCache.CacheType type
date
public String date
Etag
public String Etag
contentLength
public long contentLength
fileSize
public long fileSize
keepAlive
public String keepAlive
timeoutMillis
public volatile long timeoutMillis
FileCacheEntry
public FileCacheEntry(FileCache fileCache)
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2010 Oracle Corpration. All Rights Reserved.