Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UriHost

Hierarchy

  • UriHost

Implements

Index

Constructors

Protected constructor

Methods

Abstract address

  • address(): string

compareTo

  • compareTo(that: UriHost): 0 | 1 | -1

Abstract debug

Abstract display

  • display(output: Output): void

equals

  • equals(that: unknown): boolean

hashCode

  • hashCode(): number

ipv4

  • ipv4(): string | null

ipv6

  • ipv6(): string | null

isDefined

  • isDefined(): boolean

name

  • name(): string | null

toAny

  • toAny(): string

Abstract toString

  • toString(): string

Static from

Static fromAny

Static ipv4

Static ipv6

Static parse

Static undefined