Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UriAuthority

Hierarchy

  • UriAuthority

Implements

Index

Methods

compareTo

Protected copy

debug

display

  • display(output: Output): void

equals

  • equals(that: unknown): boolean

hashCode

  • hashCode(): number

host

hostAddress

  • hostAddress(): string

hostIPv4

  • hostIPv4(): string | null
  • hostIPv4(address: string): UriAuthority

hostIPv6

  • hostIPv6(): string | null
  • hostIPv6(address: string): UriAuthority

hostName

  • hostName(): string | null
  • hostName(address: string): UriAuthority

hostPart

isDefined

  • isDefined(): boolean

password

  • password(): string | null
  • password(password: string | null): UriAuthority

port

portNumber

  • portNumber(): number
  • portNumber(port: number): UriAuthority

portPart

toAny

  • toAny(authority?: undefined | object): object | undefined

toString

  • toString(): string

user

userPart

username

  • username(): string
  • username(username: string, password?: string | null): UriAuthority

Static from

Static fromAny

Static host

Static hostIPv4

Static hostIPv6

Static hostName

Static hostPart

Static parse

Static password

Static port

Static portNumber

Static portPart

Static undefined

Static user

Static userPart

Static username

  • username(username: string, password?: string | null): UriAuthority