org.apache.jmeter.protocol.http.parser
Class URLString
- Comparable
public class URLString
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 ...
URLString
public URLString(String s)
URLString
public URLString(URL u)
compareTo
public int compareTo(Object o)
equals
public boolean equals(Object o)
getURL
public URL getURL()
hashCode
public int hashCode()
toString
public String toString()
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.