Class UriAuthority

Hierarchy

  • UriAuthority

Implements

  • HashCode
  • Compare
  • Debug
  • Display

Properties

host: UriHost
port: UriPort
user: UriUser

Accessors

  • get hostAddress(): string
  • Returns string

  • get hostIPv4(): string
  • Returns string

  • get hostIPv6(): string
  • Returns string

  • get hostName(): string
  • Returns string

  • get hostPart(): string
  • Returns string

  • get password(): string
  • Returns string

  • get portNumber(): number
  • Returns number

  • get portPart(): string
  • Returns string

  • get userPart(): string
  • Returns string

  • get username(): string
  • Returns string

Methods

  • Parameters

    • that: unknown

    Returns number

  • Type Parameters

    • T

    Parameters

    • output: Output<T>

    Returns Output<T>

  • Type Parameters

    • T

    Parameters

    • output: Output<T>

    Returns Output<T>

  • Parameters

    • that: unknown

    Returns boolean

  • Returns number

  • Returns boolean

  • Parameters

    Returns void

  • Parameters

    • Optional authority: {
          host?: string;
          password?: string;
          port?: number;
          username?: string;
      }
      • Optional host?: string
      • Optional password?: string
      • Optional port?: number
      • Optional username?: string

    Returns {
        host?: string;
        password?: string;
        port?: number;
        username?: string;
    }

    • Optional host?: string
    • Optional password?: string
    • Optional port?: number
    • Optional username?: string
  • Returns string

  • Parameters

    • hostIPv4: string

    Returns UriAuthority

  • Parameters

    • hostIPv5: string

    Returns UriAuthority

  • Parameters

    • hostName: string

    Returns UriAuthority

  • Parameters

    • hostPart: string

    Returns UriAuthority

  • Parameters

    • password: string

    Returns UriAuthority

  • Parameters

    • portNumber: number

    Returns UriAuthority

  • Parameters

    • portPart: string

    Returns UriAuthority

  • Parameters

    • userPart: string

    Returns UriAuthority

  • Parameters

    • username: string
    • Optional password: string

    Returns UriAuthority

  • Parameters

    • hostIPv4: string

    Returns UriAuthority

  • Parameters

    • hostIPv6: string

    Returns UriAuthority

  • Parameters

    • hostName: string

    Returns UriAuthority

  • Parameters

    • hostPart: string

    Returns UriAuthority

  • Parameters

    • input: Input

    Returns Parser<UriAuthority>

  • Parameters

    • string: string

    Returns UriAuthority

  • Parameters

    • password: string

    Returns UriAuthority

  • Parameters

    • portNumber: number

    Returns UriAuthority

  • Parameters

    • portPart: string

    Returns UriAuthority

  • Parameters

    • userPart: string

    Returns UriAuthority

  • Parameters

    • username: string
    • Optional password: string

    Returns UriAuthority

Generated using TypeDoc