Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class ServerAddress
import { ServerAddress } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/server-address.ts";

Constructors

new
ServerAddress(
host: string,
resolved: string | null | undefined,
port: number,
hostPort: string,
)

Properties

private
readonly
_host: string
private
readonly
_hostPort: string
private
readonly
_port: number
private
readonly
_resolved: string | null
private
readonly
_stringValue: string