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

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