org.glassfish.grizzly.http.server.filecache
Class LazyFileCacheKey

java.lang.Object
  extended by org.glassfish.grizzly.http.server.filecache.FileCacheKey
      extended by org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
All Implemented Interfaces:
Cacheable

public class LazyFileCacheKey
extends FileCacheKey

Lazy FileCacheKey object.

Author:
Alexey Stashok

Field Summary
 
Fields inherited from class org.glassfish.grizzly.http.server.filecache.FileCacheKey
host, uri
 
Method Summary
static LazyFileCacheKey create(HttpRequestPacket request)
           
 boolean equals(Object obj)
           
protected  String getHost()
           
protected  String getUri()
           
 int hashCode()
           
 void recycle()
           
 
Methods inherited from class org.glassfish.grizzly.http.server.filecache.FileCacheKey
create
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHost

protected String getHost()
Overrides:
getHost in class FileCacheKey

getUri

protected String getUri()
Overrides:
getUri in class FileCacheKey

recycle

public void recycle()
Specified by:
recycle in interface Cacheable
Overrides:
recycle in class FileCacheKey

create

public static LazyFileCacheKey create(HttpRequestPacket request)

equals

public boolean equals(Object obj)
Overrides:
equals in class FileCacheKey

hashCode

public int hashCode()
Overrides:
hashCode in class FileCacheKey


Copyright © 2012 Oracle Corporation. All Rights Reserved.