com.sun.grizzly.http
Class FileCache.FileCacheEntry

java.lang.Object
  extended by com.sun.grizzly.http.FileCache.FileCacheEntry
All Implemented Interfaces:
Runnable
Enclosing class:
FileCache

public final class FileCache.FileCacheEntry
extends Object
implements Runnable


Field Summary
 ByteBuffer bb
           
 String contentType
           
 String date
           
 String Etag
           
 Future future
           
 ByteBuffer headerBuffer
           
 boolean isInHeap
           
 String lastModified
           
 String requestURI
           
 boolean xPoweredBy
           
 
Constructor Summary
FileCache.FileCacheEntry()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FileCache.FileCacheEntry

public FileCache.FileCacheEntry()
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2010 SUN Microsystems. All Rights Reserved.