org.apache.jmeter.protocol.http.parser
Class URLString
java.lang.Object
org.apache.jmeter.protocol.http.parser.URLString
- All Implemented Interfaces:
- Comparable
- public class URLString
- extends Object
- implements Comparable
Helper class to allow URLs to be stored in Collections without
incurring the cost of the hostname lookup performed by the
URL methods equals() and hashCode()
URL is a final class, so cannot be extended ...
- Version:
- $Revision: 1.4 $ $Date: 2004/03/30 18:08:09 $
URLString
public URLString(URL u)
URLString
public URLString(String s)
toString
public String toString()
getURL
public URL getURL()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
equals
public boolean equals(Object o)
hashCode
public int hashCode()
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.