Dart SDK
dart:io
HttpServer
sessionTimeout
sessionTimeout
Dart SDK
dart:io
HttpServer
sessionTimeout
property
sessionTimeout
Dart SDK
dart:io
HttpServer
Static methods
bind
bindSecure
Constructors
listenOn
Properties
address
autoCompress
defaultResponseHeaders
first
hashCode
idleTimeout
isBroadcast
isEmpty
last
length
port
runtimeType
serverHeader
sessionTimeout
single
Operators
operator ==
Methods
any
asBroadcastStream
asyncExpand
asyncMap
close
connectionsInfo
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
listen
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
void
sessionTimeout=
(
int
timeout
)
Sets the timeout, in seconds, for sessions of this
HttpServer
. The default timeout is 20 minutes.