Uses of Class
com.couchbase.client.core.utils.NetworkAddress
Package | Description |
---|---|
com.couchbase.client.core.utils |
-
Uses of NetworkAddress in com.couchbase.client.core.utils
Methods in com.couchbase.client.core.utils that return NetworkAddress Modifier and Type Method Description static NetworkAddress
NetworkAddress. create(String input)
Creates a newNetworkAddress
from either a hostname or ip address literal.static NetworkAddress
NetworkAddress. localhost()
Creates a newNetworkAddress
for loopback.