Uses of Class
com.couchbase.client.core.util.ConnectionString.PortType
-
Packages that use ConnectionString.PortType Package Description com.couchbase.client.core.util -
-
Uses of ConnectionString.PortType in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return ConnectionString.PortType Modifier and Type Method Description static ConnectionString.PortType
ConnectionString.PortType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionString.PortType[]
ConnectionString.PortType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.util that return types with arguments of type ConnectionString.PortType Modifier and Type Method Description Optional<ConnectionString.PortType>
ConnectionString.UnresolvedSocket. portType()
-