Package com.alibaba.dubbo.common.utils
Class UrlUtils
java.lang.Object
com.alibaba.dubbo.common.utils.UrlUtils
Deprecated.
2019-04-17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.convertSubscribe(Map<String, String> subscribe) Deprecated.static URLgetEmptyUrl(String service, String category) Deprecated.static intgetHeartbeat(URL url) Deprecated.static intgetIdleTimeout(URL url) Deprecated.static booleanisConfigurator(URL url) Deprecated.static booleanDeprecated.static booleanisMatchCategory(String category, String categories) Deprecated.static booleanisMatchGlobPattern(String pattern, String value) Deprecated.static booleanisMatchGlobPattern(String pattern, String value, URL param) Deprecated.static booleanisProvider(URL url) Deprecated.static booleanDeprecated.static booleanisServiceKeyMatch(URL pattern, URL value) Deprecated.static URLDeprecated.Deprecated.revertForbid(List<String> forbid, Set<URL> subscribed) Deprecated.Deprecated.Deprecated.revertSubscribe(Map<String, String> subscribe) Deprecated.
-
Constructor Details
-
UrlUtils
public UrlUtils()Deprecated.
-
-
Method Details
-
parseURL
Deprecated. -
parseURLs
Deprecated. -
convertRegister
public static Map<String,Map<String, convertRegisterString>> (Map<String, Map<String, String>> register) Deprecated. -
convertSubscribe
Deprecated. -
revertRegister
public static Map<String,Map<String, revertRegisterString>> (Map<String, Map<String, String>> register) Deprecated. -
revertSubscribe
Deprecated. -
revertNotify
Deprecated. -
revertForbid
Deprecated. -
getEmptyUrl
Deprecated. -
isMatchCategory
Deprecated. -
isMatch
Deprecated. -
isMatchGlobPattern
Deprecated. -
isMatchGlobPattern
Deprecated. -
isServiceKeyMatch
Deprecated. -
isConfigurator
Deprecated. -
isRoute
Deprecated. -
isProvider
Deprecated. -
getHeartbeat
Deprecated. -
getIdleTimeout
Deprecated.
-