public class ServiceConfigURL extends URL
| Constructor and Description |
|---|
ServiceConfigURL() |
ServiceConfigURL(String protocol,
String host,
int port) |
ServiceConfigURL(String protocol,
String host,
int port,
Map<String,String> parameters) |
ServiceConfigURL(String protocol,
String host,
int port,
String path) |
ServiceConfigURL(String protocol,
String host,
int port,
String[] pairs) |
ServiceConfigURL(String protocol,
String host,
int port,
String path,
Map<String,String> parameters) |
ServiceConfigURL(String protocol,
String host,
int port,
String path,
String... pairs) |
ServiceConfigURL(String protocol,
String username,
String password,
String host,
int port,
String path) |
ServiceConfigURL(String protocol,
String username,
String password,
String host,
int port,
String path,
Map<String,String> parameters) |
ServiceConfigURL(String protocol,
String username,
String password,
String host,
int port,
String path,
Map<String,String> parameters,
Map<String,Object> attributes) |
ServiceConfigURL(String protocol,
String username,
String password,
String host,
int port,
String path,
String... pairs) |
ServiceConfigURL(URLAddress urlAddress,
URLParam urlParam,
Map<String,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
URL |
addAttributes(Map<String,Object> attributes) |
ServiceConfigURL |
putAttribute(String key,
Object obj) |
URL |
removeAttribute(String key) |
String |
toFullString() |
String |
toIdentityString() |
String |
toParameterString() |
String |
toString() |
addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameter, addParameterAndEncoded, addParameterIfAbsent, addParameters, addParameters, addParametersIfAbsent, addParameterString, buildKey, cacheableValueOf, clearParameters, decode, encode, equals, getAbsolutePath, getAddress, getAllParameters, getAnyMethodParameter, getApplication, getApplication, getApplicationModel, getAttribute, getAttribute, getAttributes, getAuthority, getBackupAddress, getBackupAddress, getBackupUrls, getBooleanParameter, getBooleanParameter, getCategory, getCategory, getCategory, getColonSeparatedKey, getConcatenatedParameter, getDisplayServiceKey, getGroup, getGroup, getHost, getIntParameter, getIntParameter, getIp, getMethodBooleanParameter, getMethodBooleanParameter, getMethodIntParameter, getMethodIntParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameter, getMethodParameterAndDecoded, getMethodParameterAndDecoded, getMethodParameterStrict, getMethodPositiveIntParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getMethodPositiveParameter, getOrDefaultApplicationModel, getOrDefaultFrameworkModel, getOrDefaultModuleModel, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameter, getParameterAndDecoded, getParameterAndDecoded, getParameters, getParameters, getPassword, getPath, getPathKey, getPort, getPort, getPositiveIntParameter, getPositiveParameter, getPositiveParameter, getPositiveParameter, getPositiveParameter, getPositiveParameter, getPositiveParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getProtocol, getProtocolServiceKey, getRawParameter, getRemoteApplication, getScopeModel, getServiceInterface, getServiceKey, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameterAndDecoded, getServiceMethodParameterAndDecoded, getServiceMethodParameterStrict, getServiceModel, getServiceName, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameters, getSide, getSide, getUrlAddress, getUrlParam, getUrlParameter, getUserInformation, getUsername, getVersion, getVersion, hasAttribute, hashCode, hasMethodParameter, hasMethodParameter, hasParameter, hasServiceMethodParameter, hasServiceMethodParameter, hasServiceParameter, isAnyHost, isLocalHost, putMethodParameter, removeParameter, removeParameters, removeParameters, setAddress, setHost, setPassword, setPath, setPort, setProtocol, setScopeModel, setServiceInterface, setServiceModel, setUsername, toConfiguration, toFullString, toIdentityString, toInetSocketAddress, toJavaURL, toMap, toParameterString, toSerializableURL, toServiceString, toServiceStringWithoutResolving, toString, valueOf, valueOf, valueOf, valueOf, valueOfpublic ServiceConfigURL()
public ServiceConfigURL(URLAddress urlAddress, URLParam urlParam, Map<String,Object> attributes)
public ServiceConfigURL(String protocol, String host, int port, Map<String,String> parameters)
public ServiceConfigURL(String protocol, String host, int port, String path, String... pairs)
public ServiceConfigURL(String protocol, String host, int port, String path, Map<String,String> parameters)
public ServiceConfigURL(String protocol, String username, String password, String host, int port, String path)
public ServiceConfigURL(String protocol, String username, String password, String host, int port, String path, String... pairs)
public ServiceConfigURL(String protocol, String username, String password, String host, int port, String path, Map<String,String> parameters)
public URL addAttributes(Map<String,Object> attributes)
addAttributes in class URLpublic ServiceConfigURL putAttribute(String key, Object obj)
putAttribute in class URLpublic URL removeAttribute(String key)
removeAttribute in class URLpublic String toFullString()
toFullString in class URLpublic String toIdentityString()
toIdentityString in class URLpublic String toParameterString()
toParameterString in class URLCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.