Class URLString
java.lang.Object
org.apache.jmeter.protocol.http.parser.URLString
- All Implemented Interfaces:
Comparable<URLString>
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: 1493403 $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
URLString
-
-
Method Details
-
toString
-
getURL
-
compareTo
- Specified by:
compareToin interfaceComparable<URLString>
-
equals
-
hashCode
-