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: 493789 $ $Date: 2007-01-07 18:10:21 +0000 (Sun, 07 Jan 2007) $
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-2008 Apache Software Foundation. All Rights Reserved.