Class LazyFileCacheKey
- java.lang.Object
-
- org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
-
- All Implemented Interfaces:
org.glassfish.grizzly.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(org.glassfish.grizzly.http.HttpRequestPacket request)booleanequals(Object obj)protected StringgetHost()protected StringgetUri()inthashCode()voidrecycle()-
Methods inherited from class org.glassfish.grizzly.http.server.filecache.FileCacheKey
create
-
-
-
-
Method Detail
-
getHost
protected String getHost()
- Overrides:
getHostin classFileCacheKey
-
getUri
protected String getUri()
- Overrides:
getUriin classFileCacheKey
-
recycle
public void recycle()
- Specified by:
recyclein interfaceorg.glassfish.grizzly.Cacheable- Overrides:
recyclein classFileCacheKey
-
create
public static LazyFileCacheKey create(org.glassfish.grizzly.http.HttpRequestPacket request)
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classFileCacheKey
-
hashCode
public int hashCode()
- Overrides:
hashCodein classFileCacheKey
-
-