Options
All
  • Public
  • Public/Protected
  • All
Menu

Simple implementation of a [[SessionManager]] using an in-memory map.

Hierarchy

  • InMemorySessionManager

Implements

  • SessionManager

Index

Properties

Methods

Properties

Private Readonly sessionsByHandle

sessionsByHandle: Map<string, [string, Session]> = new Map()

Methods

getAll

  • getAll(): Iterable<[string, Session]>