com.sun.grizzly.http
Class FileCache.FileCacheEntry
java.lang.Object
com.sun.grizzly.http.FileCache.FileCacheEntry
- All Implemented Interfaces:
- java.lang.Runnable
- Enclosing class:
- FileCache
public final class FileCache.FileCacheEntry
- extends java.lang.Object
- implements java.lang.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 java.lang.String host
requestURI
public java.lang.String requestURI
lastModified
public java.lang.String lastModified
contentType
public java.lang.String contentType
bb
public java.nio.ByteBuffer bb
xPoweredBy
public boolean xPoweredBy
isInHeap
public boolean isInHeap
date
public java.lang.String date
Etag
public java.lang.String Etag
future
public java.util.concurrent.Future future
contentLength
public java.lang.String contentLength
keepAlive
public java.lang.String keepAlive
FileCache.FileCacheEntry
public FileCache.FileCacheEntry()
run
public void run()
- Specified by:
run in interface java.lang.Runnable
Copyright © 2012 Oracle Corporation. All Rights Reserved.