edu.wisc.my.webproxy.beans.http
Class CookieKey

java.lang.Object
  extended by edu.wisc.my.webproxy.beans.http.CookieKey
All Implemented Interfaces:
Comparable<CookieKey>

public class CookieKey
extends Object
implements Comparable<CookieKey>

Version:
$Revision: 20993 $
Author:
Eric Dalquist

Field Summary
 String domain
           
 String name
           
 
Constructor Summary
CookieKey(String name, String domain)
           
 
Method Summary
 int compareTo(CookieKey o)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name

domain

public final String domain
Constructor Detail

CookieKey

public CookieKey(String name,
                 String domain)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

compareTo

public int compareTo(CookieKey o)
Specified by:
compareTo in interface Comparable<CookieKey>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Jasig. All Rights Reserved.