public class ServiceConfigURL extends URL
| 构造器和说明 |
|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 ServiceConfigURL putAttribute(String key, Object obj)
putAttribute 在类中 URLpublic URL removeAttribute(String key)
removeAttribute 在类中 URLpublic String toFullString()
toFullString 在类中 URLpublic String toIdentityString()
toIdentityString 在类中 URLpublic String toParameterString()
toParameterString 在类中 URLCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.