org.glassfish.grizzly.http.server
Class FileCacheFilter
java.lang.Object
org.glassfish.grizzly.filterchain.BaseFilter
org.glassfish.grizzly.http.server.FileCacheFilter
- All Implemented Interfaces:
- Filter
public class FileCacheFilter
- extends BaseFilter
- Author:
- oleksiys
| 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 |
FileCacheFilter
public FileCacheFilter(FileCache fileCache)
handleRead
public NextAction handleRead(FilterChainContext ctx)
throws IOException
- Specified by:
handleRead in interface Filter- Overrides:
handleRead in class BaseFilter
- Throws:
IOException
getFileCache
public FileCache getFileCache()
Copyright © 2012 Oracle Corporation. All Rights Reserved.