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

java.lang.Object
  extended by org.glassfish.grizzly.http.server.filecache.FileCacheKey

public class FileCacheKey
extends Object

The entry key in the file cache map.

Author:
Alexey Stashok

Constructor Summary
FileCacheKey(String host, String uri)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCacheKey

public FileCacheKey(String host,
                    String uri)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 Oracle Corpration. All Rights Reserved.