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 |
requestURI
public String requestURI
lastModified
public String lastModified
contentType
public String contentType
bb
public ByteBuffer bb
headerBuffer
public ByteBuffer headerBuffer
xPoweredBy
public boolean xPoweredBy
isInHeap
public boolean isInHeap
date
public String date
Etag
public String Etag
future
public Future future
FileCache.FileCacheEntry
public FileCache.FileCacheEntry()
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2010 SUN Microsystems. All Rights Reserved.