Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LinkConnection

Hierarchy

  • LinkConnection

Index

Constructors

constructor

  • new LinkConnection(socket: Socket, __namedParameters: object): LinkConnection

Properties

Protected _destinationConnection

_destinationConnection: Socket

Protected _downstream

_downstream: Valve = new Valve()

Protected _originConnection

_originConnection: Socket

Protected _upstream

_upstream: Valve = new Valve()

status

Methods

Protected _onClose

  • _onClose(): void

close

  • close(): void

setDropRate

  • setDropRate(rate: number): void

Generated using TypeDoc