public final class LinkResolverHelperFunctions extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_STAGGER |
static long |
RECENT_DOMAINS_BACKOFF |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsURLs(String possiblyHasURLs) |
static boolean |
isURL(String possibleURL)
Check to see if this string is a URL or not
|
static void |
purgeAllDomainWaitTimes() |
static long |
waitTimeForDomain(String domain) |
public static final long RECENT_DOMAINS_BACKOFF
public static final long DEFAULT_STAGGER
public static boolean isURL(String possibleURL)
possibleURL - The possible URL that we would like to testpublic static boolean containsURLs(String possiblyHasURLs)
public static void purgeAllDomainWaitTimes()
public static long waitTimeForDomain(String domain)
Copyright © 2018 The Apache Software Foundation. All rights reserved.