Class LazyFileCacheKey
- java.lang.Object
-
- org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
-
- All Implemented Interfaces:
Cacheable
public class LazyFileCacheKey extends FileCacheKey
LazyFileCacheKeyobject.- Author:
- Alexey Stashok
-
-
Field Summary
-
Fields inherited from class org.glassfish.grizzly.http.server.filecache.FileCacheKey
host, uri
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LazyFileCacheKeycreate(HttpRequestPacket request)booleanequals(java.lang.Object obj)protected java.lang.StringgetHost()protected java.lang.StringgetUri()inthashCode()voidrecycle()-
Methods inherited from class org.glassfish.grizzly.http.server.filecache.FileCacheKey
create
-
-
-
-
Method Detail
-
getHost
protected java.lang.String getHost()
- Overrides:
getHostin classFileCacheKey
-
getUri
protected java.lang.String getUri()
- Overrides:
getUriin classFileCacheKey
-
recycle
public void recycle()
- Specified by:
recyclein interfaceCacheable- Overrides:
recyclein classFileCacheKey
-
create
public static LazyFileCacheKey create(HttpRequestPacket request)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classFileCacheKey
-
hashCode
public int hashCode()
- Overrides:
hashCodein classFileCacheKey
-
-