- Preparing search index...
- The search index is not available
biorate
Constructors
constructor
- new HostAddress(hostString): HostAddress
-
Properties
host
host: string
isIPv6
isIPv6: boolean
port
port: number
socketPath
socketPath: string
Methods
inspect
- inspect(): string
-
Returns string
toHostPort
- toHostPort(): {
host: string;
port: number;
}
-
Returns {
host: string;
port: number;
}
-
host: string
-
port: number
toString
- toString(): string
-
Returns string
Static
fromHostPort
- fromHostPort(host, port): HostAddress
-
Parameters
-
host: string
-
port: number
Static
fromSrvRecord
- fromSrvRecord(__namedParameters): HostAddress
-
Parameters
-
__namedParameters: SrvRecord
Static
fromString
- fromString(this, s): HostAddress
-