Package org.apache.jmeter.protocol.http.parser
package org.apache.jmeter.protocol.http.parser
-
ClassDescriptionBaseParser is the base class for
LinkExtractorParser
It is advised to make subclasses reusable across parsing, soBaseParser
BaseParser.isReusable()
returns true by defaultCSS Parser used to extract from CSS files external urlsException class for use withHTMLParser
classes.HTMLParser
subclasses can parse HTML content to obtain URLs.Parser based on JSOUPParser based on LagartoException used withLinkExtractorParser
Interface specifying contract of content parser that aims to extract linksCollection class designed for handling URLsHelper 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 ...