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 |
getOriginalParameter(String key) |
String |
getParameter(String key) |
String |
getPath() |
String |
getRemoteApplication() |
ScopeModel |
getScopeModel() |
String |
getServiceInterface() |
ServiceModel |
getServiceModel() |
String |
getSide() |
String |
getVersion() |
int |
hashCode() |
URL |
setScopeModel(ScopeModel scopeModel) |
URL |
setServiceModel(ServiceModel serviceModel) |
String |
toString() |
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, getAllParameters, getApplication, getApplicationModel, getAttribute, 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, getMethodParameterAndDecoded, getMethodParameterAndDecoded, getMethodParameterStrict, getMethodPositiveIntParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getOrDefaultApplicationModel, getOrDefaultFrameworkModel, getOrDefaultModuleModel, getOriginalParameters, getOriginalServiceParameter, getOriginalServiceParameters, 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, getServiceMethodParameter, getServiceMethodParameterAndDecoded, getServiceMethodParameterAndDecoded, getServiceMethodParameterStrict, getServiceName, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameters, getSide, getUrlAddress, getUrlParam, getUrlParameter, getUserInformation, 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, toOriginalMap, toParameterString, toParameterString, toSerializableURL, toServiceString, toServiceStringWithoutResolving, toString, valueOf, valueOf, valueOf, valueOf, valueOfpublic 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 URLpublic String getApplication()
getApplication in class URLpublic String getRemoteApplication()
getRemoteApplication in class URLpublic String getVersion()
getVersion in class URLpublic String getOriginalParameter(String key)
getOriginalParameter in class URLpublic String getParameter(String key)
getParameter in class URLpublic String getMethodParameter(String method, String key)
getMethodParameter in class URLpublic String getAnyMethodParameter(String key)
getAnyMethodParameter in class URLpublic String getConcatenatedParameter(String key)
getConcatenatedParameter in class URLpublic String getCategory()
getCategory in class URLpublic URL getConsumerURL()
public ScopeModel getScopeModel()
getScopeModel in class URLpublic ServiceModel getServiceModel()
getServiceModel in class URLpublic URL setScopeModel(ScopeModel scopeModel)
setScopeModel in class URLpublic URL setServiceModel(ServiceModel serviceModel)
setServiceModel in class URLpublic boolean equals(Object obj)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.