Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LinkRequest

Hierarchy

Index

Constructors

constructor

Properties

Readonly body

body: Value

Readonly lane

lane: Uri

Readonly node

node: Uri

Readonly prio

prio: number

Readonly rate

rate: number

Accessors

tag

  • get tag(): string
  • Returns string

Static tag

  • get tag(): string

Methods

Protected copy

debug

  • debug(output: Output<unknown>): void

equals

  • equals(that: unknown): boolean

hashCode

  • hashCode(): number

toRecon

  • toRecon(): string
  • Returns string

toString

  • toString(): string
  • Returns string

toValue

withBody

withLane

withNode

withPrio

withRate

Static create

Static fromValue

  • fromValue<E>(value: Value): null | E

Static parseRecon

  • parseRecon(input: string): null | Envelope
  • Parameters

    • input: string

    Returns null | Envelope

Generated using TypeDoc