Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Method that extracts URLs from text.
Method that extracts URLs from text.
Attributes
- content
text from which URLs are being extracted
- Returns:
set of found URLs
Method that creates a io.lambdaworks.detection.UrlDetector with a set of hosts to allow.
Method that creates a io.lambdaworks.detection.UrlDetector with a set of hosts to allow.
Attributes
- host
required host to allow
- hosts
additional hosts to allow
- Returns:
new io.lambdaworks.detection.UrlDetector with the applied set of hosts
Method that creates a io.lambdaworks.detection.UrlDetector with a set of hosts to deny.
Method that creates a io.lambdaworks.detection.UrlDetector with a set of hosts to deny.
Attributes
- host
required host to deny
- hosts
additional hosts to deny
- Returns:
new io.lambdaworks.detection.UrlDetector with the applied set of hosts
Method that creates a io.lambdaworks.detection.UrlDetector with URL detector options.
Method that creates a io.lambdaworks.detection.UrlDetector with URL detector options.
Attributes
- options
URL detector options (see io.lambdaworks.detection.UrlDetectorOptions)
- Returns:
new io.lambdaworks.detection.UrlDetector with applied options