类 ServiceAddressURL
- java.lang.Object
-
- org.apache.dubbo.common.URL
-
- org.apache.dubbo.common.url.component.ServiceAddressURL
-
- 所有已实现的接口:
Serializable
- 直接已知子类:
DubboServiceAddressURL
public abstract class ServiceAddressURL extends URL
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ServiceAddressURL(String protocol, String username, String password, String host, int port, String path, Map<String,String> parameters, URL consumerURL)ServiceAddressURL(URLAddress urlAddress, URLParam urlParam, URL consumerURL)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object obj)ignore consumer url compare.StringgetAnyMethodParameter(String key)StringgetApplication()StringgetCategory()StringgetConcatenatedParameter(String key)URLgetConsumerURL()StringgetGroup()StringgetMethodParameter(String method, String key)StringgetParameter(String key)FIXME, Avoid calling this method on the main line.StringgetPath()StringgetRemoteApplication()StringgetServiceInterface()StringgetSide()StringgetVersion()inthashCode()-
从类继承的方法 org.apache.dubbo.common.URL
addAttributes, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameterAndEncoded, addParameterIfAbsent, addParameters, addParameters, addParametersIfAbsent, addParameterString, buildKey, cacheableValueOf, clearParameters, decode, encode, getAbsolutePath, getAddress, getApplication, getAttribute, getAttributes, getAuthority, getBackupAddress, getBackupAddress, getBackupUrls, getBooleanParameter, getBooleanParameter, getCategory, getCategory, getColonSeparatedKey, getDisplayServiceKey, getGroup, getHost, getIntParameter, getIntParameter, getIp, getMethodBooleanParameter, getMethodBooleanParameter, getMethodIntParameter, getMethodIntParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameterAndDecoded, getMethodParameterAndDecoded, getMethodParameterStrict, getMethodPositiveIntParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameterAndDecoded, getParameterAndDecoded, getParameters, getParameters, getPassword, getPathKey, getPort, getPort, getPositiveIntParameter, getPositiveParameter, getPositiveParameter, getPositiveParameter, getPositiveParameter, getPositiveParameter, getPositiveParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getProtocol, getProtocolServiceKey, getRawParameter, getServiceKey, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameterAndDecoded, getServiceMethodParameterAndDecoded, getServiceMethodParameterStrict, getServiceName, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameters, getSide, getUrlAddress, getUrlParam, getUrlParameter, getUsername, getVersion, hasAttribute, hasMethodParameter, hasMethodParameter, hasParameter, hasServiceMethodParameter, hasServiceMethodParameter, hasServiceParameter, isAnyHost, isLocalHost, putAttribute, putMethodParameter, removeAttribute, removeParameter, removeParameters, removeParameters, setAddress, setHost, setPassword, setPath, setPort, setProtocol, setServiceInterface, setUsername, toConfiguration, toFullString, toFullString, toIdentityString, toIdentityString, toInetSocketAddress, toJavaURL, toMap, toParameterString, toParameterString, toSerializableURL, toServiceString, toServiceStringWithoutResolving, toString, toString, valueOf, valueOf, valueOf, valueOf, valueOf
-
-
-
-
方法详细资料
-
getServiceInterface
public String getServiceInterface()
- 覆盖:
getServiceInterface在类中URL
-
getApplication
public String getApplication()
- 覆盖:
getApplication在类中URL
-
getRemoteApplication
public String getRemoteApplication()
- 覆盖:
getRemoteApplication在类中URL
-
getVersion
public String getVersion()
- 覆盖:
getVersion在类中URL
-
getParameter
public String getParameter(String key)
FIXME, Avoid calling this method on the main line.- 覆盖:
getParameter在类中URL
-
getMethodParameter
public String getMethodParameter(String method, String key)
- 覆盖:
getMethodParameter在类中URL
-
getAnyMethodParameter
public String getAnyMethodParameter(String key)
- 覆盖:
getAnyMethodParameter在类中URL
-
getConcatenatedParameter
public String getConcatenatedParameter(String key)
- 覆盖:
getConcatenatedParameter在类中URL
-
getCategory
public String getCategory()
- 覆盖:
getCategory在类中URL
-
getConsumerURL
public URL getConsumerURL()
-
-