com.sun.grizzly.http
Class FileCache.FileCacheEntry

java.lang.Object
  extended by 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


Field Summary
 java.nio.ByteBuffer bb
           
 java.lang.String contentLength
           
 java.lang.String contentType
           
 java.lang.String date
           
 java.lang.String Etag
           
 java.util.concurrent.Future future
           
 java.lang.String host
           
 boolean isInHeap
           
 java.lang.String keepAlive
           
 java.lang.String lastModified
           
 java.lang.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

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

FileCache.FileCacheEntry

public FileCache.FileCacheEntry()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2012 Oracle Corporation. All Rights Reserved.