com.sun.grizzly.http
Class FileCache.FileCacheEntry
java.lang.Object
com.sun.grizzly.http.FileCache.FileCacheEntry
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- FileCache
public final class FileCache.FileCacheEntry
- extends Object
- implements Runnable
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
host
public String host
requestURI
public String requestURI
lastModified
public String lastModified
contentType
public String contentType
bb
public ByteBuffer bb
xPoweredBy
public boolean xPoweredBy
isInHeap
public boolean isInHeap
date
public String date
Etag
public String Etag
future
public Future future
contentLength
public String contentLength
keepAlive
public String keepAlive
FileCache.FileCacheEntry
public FileCache.FileCacheEntry()
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2012 Oracle Corporation. All Rights Reserved.