| Modifier and Type | Method and Description |
|---|---|
List<URL> |
URL.getBackupUrls() |
| Modifier and Type | Method and Description |
|---|---|
static URLBuilder |
URLBuilder.from(URL url) |
void |
Resetable.reset(URL url)
reset.
|
static URL |
URL.valueOf(URL url,
String[] reserveParams,
String[] reserveParamPrefixs) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
ExtensionLoader.getActivateExtension(URL url,
String key)
This is equivalent to
getActivateExtension(url, key, null) |
List<T> |
ExtensionLoader.getActivateExtension(URL url,
String[] values)
This is equivalent to
getActivateExtension(url, values, null) |
List<T> |
ExtensionLoader.getActivateExtension(URL url,
String[] values,
String group)
Get activate extensions.
|
List<T> |
ExtensionLoader.getActivateExtension(URL url,
String key,
String group)
This is equivalent to
getActivateExtension(url, url.getParameter(key).split(","), null) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
ThreadPool.getExecutor(URL url)
Thread pool
|
| Constructor and Description |
|---|
AbortPolicyWithReport(String threadName,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
CachedThreadPool.getExecutor(URL url) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
EagerThreadPool.getExecutor(URL url) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
FixedThreadPool.getExecutor(URL url) |
| Modifier and Type | Method and Description |
|---|---|
Executor |
LimitedThreadPool.getExecutor(URL url) |
| Modifier and Type | Method and Description |
|---|---|
static URL |
UrlUtils.getEmptyUrl(String service,
String category) |
static URL |
UrlUtils.parseURL(String address,
Map<String,String> defaults) |
static URL |
ExecutorUtil.setThreadName(URL url,
String defaultName)
append thread name with url address
|
| Modifier and Type | Method and Description |
|---|---|
static List<URL> |
UrlUtils.classifyUrls(List<URL> urls,
Predicate<URL> predicate) |
static List<URL> |
UrlUtils.parseURLs(String address,
Map<String,String> defaults) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
UrlUtils.isConfigurator(URL url) |
static boolean |
UrlUtils.isMatch(URL consumerUrl,
URL providerUrl) |
static boolean |
UrlUtils.isMatchGlobPattern(String pattern,
String value,
URL param) |
static boolean |
UrlUtils.isProvider(URL url) |
static boolean |
UrlUtils.isRoute(URL url) |
static boolean |
UrlUtils.isServiceKeyMatch(URL pattern,
URL value) |
static URL |
ExecutorUtil.setThreadName(URL url,
String defaultName)
append thread name with url address
|
| Modifier and Type | Method and Description |
|---|---|
static List<URL> |
UrlUtils.classifyUrls(List<URL> urls,
Predicate<URL> predicate) |
static List<URL> |
UrlUtils.classifyUrls(List<URL> urls,
Predicate<URL> predicate) |
static List<String> |
UrlUtils.revertForbid(List<String> forbid,
Set<URL> subscribed) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.