@Deprecated public class URL extends org.apache.dubbo.common.URL
| 构造器和说明 |
|---|
URL(String protocol,
String host,
int port)
已过时。
|
URL(String protocol,
String host,
int port,
Map<String,String> parameters)
已过时。
|
URL(String protocol,
String host,
int port,
String path)
已过时。
|
URL(String protocol,
String host,
int port,
String[] pairs)
已过时。
|
URL(String protocol,
String host,
int port,
String path,
Map<String,String> parameters)
已过时。
|
URL(String protocol,
String host,
int port,
String path,
String... pairs)
已过时。
|
URL(String protocol,
String username,
String password,
String host,
int port,
String path)
已过时。
|
URL(String protocol,
String username,
String password,
String host,
int port,
String path,
Map<String,String> parameters)
已过时。
|
URL(String protocol,
String username,
String password,
String host,
int port,
String path,
String... pairs)
已过时。
|
URL(org.apache.dubbo.common.URL url)
已过时。
|
addMethodParameter, addMethodParameterIfAbsent, buildKey, equals, getBackupUrls, getBooleanParameter, getBooleanParameter, getColonSeparatedKey, getIntParameter, getIntParameter, getMethodBooleanParameter, getMethodBooleanParameter, getMethodIntParameter, getMethodIntParameter, getMethodParameter, getMethodParameters, getMethodParameterStrict, getMethodPositiveIntParameter, getParameter, getParameter, getParameter, getParameters, getPathKey, getPositiveIntParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getPositiveServiceParameter, getProtocolServiceKey, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameter, getServiceMethodParameterAndDecoded, getServiceMethodParameterAndDecoded, getServiceMethodParameterStrict, getServiceName, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameter, getServiceParameters, hashCode, hasMethodParameter, hasServiceMethodParameter, hasServiceMethodParameter, hasServiceParameter, putMethodParameter, toConfiguration, toMethodParameters, valueOf, valueOfpublic URL(org.apache.dubbo.common.URL url)
public URL(String protocol, String host, int port, String path, Map<String,String> parameters)
public URL(String protocol, String username, String password, String host, int port, String path)
public URL(String protocol, String username, String password, String host, int port, String path, String... pairs)
public String getProtocol()
getProtocol 在类中 org.apache.dubbo.common.URLpublic URL setProtocol(String protocol)
setProtocol 在类中 org.apache.dubbo.common.URLpublic String getUsername()
getUsername 在类中 org.apache.dubbo.common.URLpublic URL setUsername(String username)
setUsername 在类中 org.apache.dubbo.common.URLpublic String getPassword()
getPassword 在类中 org.apache.dubbo.common.URLpublic URL setPassword(String password)
setPassword 在类中 org.apache.dubbo.common.URLpublic String getAuthority()
getAuthority 在类中 org.apache.dubbo.common.URLpublic String getHost()
getHost 在类中 org.apache.dubbo.common.URLpublic String getIp()
getIp 在类中 org.apache.dubbo.common.URLpublic int getPort()
getPort 在类中 org.apache.dubbo.common.URLpublic URL setPort(int port)
setPort 在类中 org.apache.dubbo.common.URLpublic int getPort(int defaultPort)
getPort 在类中 org.apache.dubbo.common.URLpublic String getAddress()
getAddress 在类中 org.apache.dubbo.common.URLpublic URL setAddress(String address)
setAddress 在类中 org.apache.dubbo.common.URLpublic String getBackupAddress()
getBackupAddress 在类中 org.apache.dubbo.common.URLpublic String getBackupAddress(int defaultPort)
getBackupAddress 在类中 org.apache.dubbo.common.URLpublic String getPath()
getPath 在类中 org.apache.dubbo.common.URLpublic String getAbsolutePath()
getAbsolutePath 在类中 org.apache.dubbo.common.URLpublic Map<String,String> getParameters()
getParameters 在类中 org.apache.dubbo.common.URLpublic String getParameterAndDecoded(String key)
getParameterAndDecoded 在类中 org.apache.dubbo.common.URLpublic String getParameterAndDecoded(String key, String defaultValue)
getParameterAndDecoded 在类中 org.apache.dubbo.common.URLpublic String getParameter(String key)
getParameter 在类中 org.apache.dubbo.common.URLpublic String getParameter(String key, String defaultValue)
getParameter 在类中 org.apache.dubbo.common.URLpublic String[] getParameter(String key, String[] defaultValue)
getParameter 在类中 org.apache.dubbo.common.URLpublic URL getUrlParameter(String key)
getUrlParameter 在类中 org.apache.dubbo.common.URLpublic double getParameter(String key, double defaultValue)
getParameter 在类中 org.apache.dubbo.common.URLpublic float getParameter(String key, float defaultValue)
getParameter 在类中 org.apache.dubbo.common.URLpublic long getParameter(String key, long defaultValue)
getParameter 在类中 org.apache.dubbo.common.URLpublic int getParameter(String key, int defaultValue)
getParameter 在类中 org.apache.dubbo.common.URLpublic short getParameter(String key, short defaultValue)
getParameter 在类中 org.apache.dubbo.common.URLpublic byte getParameter(String key, byte defaultValue)
getParameter 在类中 org.apache.dubbo.common.URLpublic float getPositiveParameter(String key, float defaultValue)
getPositiveParameter 在类中 org.apache.dubbo.common.URLpublic double getPositiveParameter(String key, double defaultValue)
getPositiveParameter 在类中 org.apache.dubbo.common.URLpublic long getPositiveParameter(String key, long defaultValue)
getPositiveParameter 在类中 org.apache.dubbo.common.URLpublic int getPositiveParameter(String key, int defaultValue)
getPositiveParameter 在类中 org.apache.dubbo.common.URLpublic short getPositiveParameter(String key, short defaultValue)
getPositiveParameter 在类中 org.apache.dubbo.common.URLpublic byte getPositiveParameter(String key, byte defaultValue)
getPositiveParameter 在类中 org.apache.dubbo.common.URLpublic char getParameter(String key, char defaultValue)
getParameter 在类中 org.apache.dubbo.common.URLpublic boolean getParameter(String key, boolean defaultValue)
getParameter 在类中 org.apache.dubbo.common.URLpublic boolean hasParameter(String key)
hasParameter 在类中 org.apache.dubbo.common.URLpublic String getMethodParameterAndDecoded(String method, String key)
getMethodParameterAndDecoded 在类中 org.apache.dubbo.common.URLpublic String getMethodParameterAndDecoded(String method, String key, String defaultValue)
getMethodParameterAndDecoded 在类中 org.apache.dubbo.common.URLpublic String getMethodParameter(String method, String key)
getMethodParameter 在类中 org.apache.dubbo.common.URLpublic String getMethodParameter(String method, String key, String defaultValue)
getMethodParameter 在类中 org.apache.dubbo.common.URLpublic double getMethodParameter(String method, String key, double defaultValue)
getMethodParameter 在类中 org.apache.dubbo.common.URLpublic float getMethodParameter(String method, String key, float defaultValue)
getMethodParameter 在类中 org.apache.dubbo.common.URLpublic long getMethodParameter(String method, String key, long defaultValue)
getMethodParameter 在类中 org.apache.dubbo.common.URLpublic int getMethodParameter(String method, String key, int defaultValue)
getMethodParameter 在类中 org.apache.dubbo.common.URLpublic short getMethodParameter(String method, String key, short defaultValue)
getMethodParameter 在类中 org.apache.dubbo.common.URLpublic byte getMethodParameter(String method, String key, byte defaultValue)
getMethodParameter 在类中 org.apache.dubbo.common.URLpublic double getMethodPositiveParameter(String method, String key, double defaultValue)
getMethodPositiveParameter 在类中 org.apache.dubbo.common.URLpublic float getMethodPositiveParameter(String method, String key, float defaultValue)
getMethodPositiveParameter 在类中 org.apache.dubbo.common.URLpublic long getMethodPositiveParameter(String method, String key, long defaultValue)
getMethodPositiveParameter 在类中 org.apache.dubbo.common.URLpublic int getMethodPositiveParameter(String method, String key, int defaultValue)
getMethodPositiveParameter 在类中 org.apache.dubbo.common.URLpublic short getMethodPositiveParameter(String method, String key, short defaultValue)
getMethodPositiveParameter 在类中 org.apache.dubbo.common.URLpublic byte getMethodPositiveParameter(String method, String key, byte defaultValue)
getMethodPositiveParameter 在类中 org.apache.dubbo.common.URLpublic char getMethodParameter(String method, String key, char defaultValue)
getMethodParameter 在类中 org.apache.dubbo.common.URLpublic boolean getMethodParameter(String method, String key, boolean defaultValue)
getMethodParameter 在类中 org.apache.dubbo.common.URLpublic boolean hasMethodParameter(String method, String key)
hasMethodParameter 在类中 org.apache.dubbo.common.URLpublic boolean isLocalHost()
isLocalHost 在类中 org.apache.dubbo.common.URLpublic boolean isAnyHost()
isAnyHost 在类中 org.apache.dubbo.common.URLpublic URL addParameterAndEncoded(String key, String value)
addParameterAndEncoded 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, boolean value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, char value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, byte value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, short value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, int value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, long value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, float value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, double value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, Enum<?> value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, Number value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, CharSequence value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameter(String key, String value)
addParameter 在类中 org.apache.dubbo.common.URLpublic URL addParameterIfAbsent(String key, String value)
addParameterIfAbsent 在类中 org.apache.dubbo.common.URLpublic URL addParameters(Map<String,String> parameters)
addParameters 在类中 org.apache.dubbo.common.URLpublic URL addParametersIfAbsent(Map<String,String> parameters)
addParametersIfAbsent 在类中 org.apache.dubbo.common.URLpublic URL addParameters(String... pairs)
addParameters 在类中 org.apache.dubbo.common.URLpublic URL addParameterString(String query)
addParameterString 在类中 org.apache.dubbo.common.URLpublic URL removeParameter(String key)
removeParameter 在类中 org.apache.dubbo.common.URLpublic URL removeParameters(Collection<String> keys)
removeParameters 在类中 org.apache.dubbo.common.URLpublic URL removeParameters(String... keys)
removeParameters 在类中 org.apache.dubbo.common.URLpublic URL clearParameters()
clearParameters 在类中 org.apache.dubbo.common.URLpublic String getRawParameter(String key)
getRawParameter 在类中 org.apache.dubbo.common.URLpublic String toString()
toString 在类中 org.apache.dubbo.common.URLpublic String toString(String... parameters)
toString 在类中 org.apache.dubbo.common.URLpublic String toIdentityString()
toIdentityString 在类中 org.apache.dubbo.common.URLpublic String toIdentityString(String... parameters)
toIdentityString 在类中 org.apache.dubbo.common.URLpublic String toFullString()
toFullString 在类中 org.apache.dubbo.common.URLpublic String toFullString(String... parameters)
toFullString 在类中 org.apache.dubbo.common.URLpublic String toParameterString()
toParameterString 在类中 org.apache.dubbo.common.URLpublic String toParameterString(String... parameters)
toParameterString 在类中 org.apache.dubbo.common.URLpublic URL toJavaURL()
toJavaURL 在类中 org.apache.dubbo.common.URLpublic InetSocketAddress toInetSocketAddress()
toInetSocketAddress 在类中 org.apache.dubbo.common.URLpublic String getServiceKey()
getServiceKey 在类中 org.apache.dubbo.common.URLpublic String toServiceStringWithoutResolving()
toServiceStringWithoutResolving 在类中 org.apache.dubbo.common.URLpublic String toServiceString()
toServiceString 在类中 org.apache.dubbo.common.URLpublic String getServiceInterface()
getServiceInterface 在类中 org.apache.dubbo.common.URLpublic URL setServiceInterface(String service)
setServiceInterface 在类中 org.apache.dubbo.common.URLpublic org.apache.dubbo.common.URL getOriginalURL()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.