Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TraceEntry

A trace entry.

Hierarchy

  • TraceEntry

Index

Properties

chunk

chunk: Buffer

The chunk.

chunkSend

chunkSend: boolean

Chunk has been send to target or not.

destination

destination: ProxyDestination

The destination.

Optional error

error: any

The error (if occurred).

session

session: object

The session.

Type declaration

  • id: string

    The ID.

  • time: Moment.Moment

    The start time.

source

The source address.

sourceIndex

sourceIndex: number

The zero-based index of the source socket.

target

The target address.

targetIndex

targetIndex: number

The zero-based index of the target socket.

time

time: Moment.Moment

The timestamp.

Generated using TypeDoc