public abstract class ServiceAddressURL extends URL
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
ignore consumer url compare.
|
String |
getAnyMethodParameter(String key) |
String |
getApplication() |
String |
getCategory() |
String |
getConcatenatedParameter(String key) |
URL |
getConsumerURL() |
String |
getGroup() |
String |
getMethodParameter(String method,
String key) |
String |
getParameter(String key)
FIXME, Avoid calling this method on the main line.
|
String |
getPath() |
String |
getRemoteApplication() |
String |
getServiceInterface() |
String |
getSide() |
String |
getVersion() |
int |
hashCode() |
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, getMethodParameters, 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, toServiceString, toServiceStringWithoutResolving, toString, toString, valueOf, valueOf, valueOf, valueOf, valueOf
public ServiceAddressURL(String protocol, String username, String password, String host, int port, String path, Map<String,String> parameters, URL consumerURL)
public ServiceAddressURL(URLAddress urlAddress, URLParam urlParam, URL consumerURL)
public String getServiceInterface()
getServiceInterface
in class URL
public String getApplication()
getApplication
in class URL
public String getRemoteApplication()
getRemoteApplication
in class URL
public String getVersion()
getVersion
in class URL
public String getParameter(String key)
getParameter
in class URL
public String getMethodParameter(String method, String key)
getMethodParameter
in class URL
public String getAnyMethodParameter(String key)
getAnyMethodParameter
in class URL
public String getConcatenatedParameter(String key)
getConcatenatedParameter
in class URL
public String getCategory()
getCategory
in class URL
public URL getConsumerURL()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.