woomera
woomera
Server
numSessions property
numSessions
Server class
Constructors
Server
Properties
basePath
bindAddress
bindPort
exceptionHandler
id
isSecure
numSessions
pipelines
postMaxSize
requestCreator
requestFactory
sessionCookieForceSecure
sessionCookieName
sessionExpiry
sessionParamName
sessions
urlMaxSize
v6Only
hashCode
runtimeType
Methods
run
simulate
stop
noSuchMethod
toString
Operators
operator ==
numSessions property
int
numSessions
Number of active sessions.
Implementation
int get numSessions => _allSessions.length;