public class DefaultNConnectionString extends Object implements net.thevpc.nuts.net.NConnectionString
| Constructor and Description |
|---|
DefaultNConnectionString() |
DefaultNConnectionString(String protocol,
String userName,
String password,
String host,
String port,
String path,
Map<String,List<String>> queryMap) |
DefaultNConnectionString(String protocol,
String userName,
String password,
String host,
String port,
String path,
String queryString) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.net.NConnectionStringBuilder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
host() |
List<String> |
names() |
net.thevpc.nuts.net.NConnectionString |
normalize() |
net.thevpc.nuts.net.NConnectionString |
parent() |
String |
password() |
String |
path() |
String |
port() |
String |
protocol() |
net.thevpc.nuts.util.NOptional<Map<String,List<String>>> |
queryMap() |
String |
queryString() |
net.thevpc.nuts.net.NConnectionString |
resolve(String child) |
net.thevpc.nuts.net.NConnectionString |
root() |
String |
toString() |
String |
userName() |
net.thevpc.nuts.net.NConnectionString |
withPath(String path) |
public DefaultNConnectionString()
public DefaultNConnectionString(String protocol, String userName, String password, String host, String port, String path, Map<String,List<String>> queryMap)
public net.thevpc.nuts.net.NConnectionString normalize()
normalize in interface net.thevpc.nuts.net.NConnectionStringpublic net.thevpc.nuts.net.NConnectionStringBuilder builder()
builder in interface net.thevpc.nuts.net.NConnectionStringpublic String protocol()
protocol in interface net.thevpc.nuts.net.NConnectionStringpublic String userName()
userName in interface net.thevpc.nuts.net.NConnectionStringpublic String password()
password in interface net.thevpc.nuts.net.NConnectionStringpublic String host()
host in interface net.thevpc.nuts.net.NConnectionStringpublic String port()
port in interface net.thevpc.nuts.net.NConnectionStringpublic String path()
path in interface net.thevpc.nuts.net.NConnectionStringpublic String queryString()
queryString in interface net.thevpc.nuts.net.NConnectionStringpublic net.thevpc.nuts.util.NOptional<Map<String,List<String>>> queryMap()
queryMap in interface net.thevpc.nuts.net.NConnectionStringpublic net.thevpc.nuts.net.NConnectionString root()
root in interface net.thevpc.nuts.net.NConnectionStringpublic net.thevpc.nuts.net.NConnectionString parent()
parent in interface net.thevpc.nuts.net.NConnectionStringpublic List<String> names()
names in interface net.thevpc.nuts.net.NConnectionStringpublic net.thevpc.nuts.net.NConnectionString resolve(String child)
resolve in interface net.thevpc.nuts.net.NConnectionStringpublic net.thevpc.nuts.net.NConnectionString withPath(String path)
withPath in interface net.thevpc.nuts.net.NConnectionStringCopyright © 2026 vpc open source initiative. All rights reserved.