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

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
 
Constructor Summary
LazyFileCacheKey(HttpRequestPacket request)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
protected  java.lang.String getHost()
           
protected  java.lang.String getUri()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyFileCacheKey

public LazyFileCacheKey(HttpRequestPacket request)
Method Detail

getHost

protected java.lang.String getHost()
Overrides:
getHost in class FileCacheKey

getUri

protected java.lang.String getUri()
Overrides:
getUri in class FileCacheKey

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class FileCacheKey


Copyright © 2012 Oracle Corporation. All Rights Reserved.