org.glassfish.grizzly.http.server
Class FileCacheFilter

java.lang.Object
  extended by org.glassfish.grizzly.filterchain.BaseFilter
      extended by org.glassfish.grizzly.http.server.FileCacheFilter
All Implemented Interfaces:
Filter

public class FileCacheFilter
extends BaseFilter

Author:
oleksiys

Constructor Summary
FileCacheFilter(FileCache fileCache)
           
 
Method Summary
 FileCache getFileCache()
           
 NextAction handleRead(FilterChainContext ctx)
           
 
Methods inherited from class org.glassfish.grizzly.filterchain.BaseFilter
createContext, exceptionOccurred, getFilterChain, getIndex, handleAccept, handleClose, handleConnect, handleEvent, handleWrite, onAdded, onFilterChainChanged, onRemoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCacheFilter

public FileCacheFilter(FileCache fileCache)
Method Detail

handleRead

public NextAction handleRead(FilterChainContext ctx)
                      throws java.io.IOException
Specified by:
handleRead in interface Filter
Overrides:
handleRead in class BaseFilter
Throws:
java.io.IOException

getFileCache

public FileCache getFileCache()


Copyright © 2011 Oracle Corpration. All Rights Reserved.