APISessionSet class
Handles a set of APISession.
Constructors
- APISessionSet(Duration timeout, {Duration? autoCheckInterval, APIRoot? apiRoot, SharedStoreProviderSync? storeProvider})
Properties
Methods
-
autoCheckSessions(
) → void -
checkSessions(
) → FutureOr< int> -
clear(
) → FutureOr< int> -
expiredSessions(
[DateTime? now]) → FutureOr< List< APISession> > -
get(
String sessionID) → FutureOr< APISession?> -
getMarkingAccess(
String sessionID) → FutureOr< APISession?> -
getOrCreate(
String sessionID) → FutureOr< APISession> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
APISession session) → FutureOr< APISession> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited